Skip to content

Commit

Permalink
fix: slightly increase tag display density
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Feb 9, 2022
1 parent 453488f commit dcf07f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/assets/stylesheets/_navigation.scss
Expand Up @@ -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;
Expand Down

0 comments on commit dcf07f7

Please sign in to comment.