mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:15:28 +08:00
FIX: hanging lowercase characters were cut off in bar style category badges
This commit is contained in:
parent
e30f62552e
commit
fbcc8045ec
|
@ -52,7 +52,7 @@
|
|||
|
||||
|
||||
&.bullet { //bullet category style
|
||||
line-height: 1;
|
||||
line-height: 1.25;
|
||||
margin-right: 5px;
|
||||
|
||||
h3 & {
|
||||
|
@ -64,7 +64,8 @@
|
|||
vertical-align: text-top;
|
||||
line-height: 1;
|
||||
margin-left: 4px;
|
||||
padding-left: 2px;
|
||||
padding: 3px 0 3px 3px;
|
||||
margin-top: -3px;
|
||||
display: inline-block;
|
||||
|
||||
#search-dropdown & {
|
||||
|
|
Loading…
Reference in New Issue
Block a user