mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
Minor alignment fix for bullet categories
This commit is contained in:
parent
f587fb7cc7
commit
452a6bfa9c
|
@ -91,7 +91,7 @@
|
|||
height: 10px;
|
||||
margin-right: 5px;
|
||||
display: inline-block;
|
||||
line-height: .8;
|
||||
line-height: $line-height-small;
|
||||
|
||||
&:before {
|
||||
content: "\a0";
|
||||
|
|
|
@ -26,7 +26,10 @@
|
|||
}
|
||||
|
||||
&.bullet.has-selection .category-drop-header {
|
||||
padding: 5.25px 10px;
|
||||
padding: 3.5px 10px;
|
||||
span.badge-category {
|
||||
line-height: $line-height-large;
|
||||
}
|
||||
}
|
||||
|
||||
&.box.has-selection .category-drop-header {
|
||||
|
|
Loading…
Reference in New Issue
Block a user