From fa3aa25839a05009d2871eb9ca1a10b809f71fe0 Mon Sep 17 00:00:00 2001 From: Kenia <19161242+kaxcode@users.noreply.github.com> Date: Wed, 8 Jul 2020 09:47:04 -0400 Subject: [PATCH] ui: Fix up styling for the Tags tab (#8263) --- ui-v2/app/styles/components/tag-list/layout.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui-v2/app/styles/components/tag-list/layout.scss b/ui-v2/app/styles/components/tag-list/layout.scss index 74489afbb2..d1c866afdb 100644 --- a/ui-v2/app/styles/components/tag-list/layout.scss +++ b/ui-v2/app/styles/components/tag-list/layout.scss @@ -1,5 +1,6 @@ %tag-list { white-space: nowrap; + display: inline-flex; } // TODO: Currently this is here to overwrite // the default definition list layout used in edit pages @@ -8,6 +9,8 @@ %tag-list dt::before { @extend %with-tag-mask, %as-pseudo; margin-right: 4px; + margin-top: 3px; + background-color: $gray-500; } %tag-list dd { display: inline-flex;