fix: slightly increase tag display density
This commit is contained in:
@@ -66,14 +66,13 @@ $content-horizontal-padding: 16px;
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
|
||||||
min-height: 30px;
|
min-height: 29px;
|
||||||
padding: 5px 14px;
|
padding: 5px 14px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: height 0.1s ease-in-out;
|
transition: height 0.1s ease-in-out;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
> .tag-info {
|
> .tag-info {
|
||||||
height: 20px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user