From 46f43d4f7c1d9dfbd9faeda691bc4f46c6c5fce7 Mon Sep 17 00:00:00 2001 From: jbrw Date: Thu, 4 Aug 2022 11:45:54 -0400 Subject: [PATCH] UX: Display gap between tag sort options on PMs (#17342) Adjust whitespace on tag sorting options so that the two links are rendered with a gap between them. --- app/assets/stylesheets/common/base/tagging.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/tagging.scss b/app/assets/stylesheets/common/base/tagging.scss index f5ea98f8376..d7fa954bf5e 100644 --- a/app/assets/stylesheets/common/base/tagging.scss +++ b/app/assets/stylesheets/common/base/tagging.scss @@ -185,6 +185,7 @@ header .discourse-tag { margin-bottom: 20px; a { text-decoration: underline; + display: inline-flex; } span.active a { font-weight: bold;