From ea4ba1bbc0066b545e73c466aac25f500a04161e Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 29 Oct 2019 16:45:56 -0600 Subject: [PATCH] Increase line-height of special topic tags Gives them a little more space without increasing the height of the row. This really shouldn't be inside the theme file, but not a big deal. --- tildes/scss/themes/_theme_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/scss/themes/_theme_base.scss b/tildes/scss/themes/_theme_base.scss index 353766c..f818e52 100644 --- a/tildes/scss/themes/_theme_base.scss +++ b/tildes/scss/themes/_theme_base.scss @@ -577,6 +577,7 @@ @mixin theme-special-label($color, $is-light) { padding: 0 0.2rem; + line-height: 0.9rem; @if $is-light { background-color: $color;