From dcf07f70fd824e7d3962908e0f1ce8a725bc73a1 Mon Sep 17 00:00:00 2001 From: Mo Date: Tue, 8 Feb 2022 22:09:11 -0600 Subject: [PATCH] fix: slightly increase tag display density --- app/assets/stylesheets/_navigation.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/_navigation.scss b/app/assets/stylesheets/_navigation.scss index fab0d7cc9..e2b7c9437 100644 --- a/app/assets/stylesheets/_navigation.scss +++ b/app/assets/stylesheets/_navigation.scss @@ -66,14 +66,13 @@ $content-horizontal-padding: 16px; font-size: 14px; line-height: 18px; - min-height: 30px; + min-height: 29px; padding: 5px 14px; cursor: pointer; transition: height 0.1s ease-in-out; position: relative; > .tag-info { - height: 20px; display: flex; flex-direction: row; align-items: center;