From 82d03f2dc6945473f7fdb3ce605fec1a75a3ed4c Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:54:25 -0700 Subject: [PATCH] fix tag list vertical space --- .../document-card-small/document-card-small.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss index 6ccbba0c2..f64c3f112 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss @@ -80,7 +80,7 @@ a { } .tags { - top: 0; + top: .2rem; right: 0; max-width: 80%; row-gap: .2rem;