mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
Minor alignment fix for bullet categories
This commit is contained in:
parent
f587fb7cc7
commit
452a6bfa9c
@ -91,7 +91,7 @@
|
|||||||
height: 10px;
|
height: 10px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: .8;
|
line-height: $line-height-small;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "\a0";
|
content: "\a0";
|
||||||
|
@ -26,7 +26,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.bullet.has-selection .category-drop-header {
|
&.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 {
|
&.box.has-selection .category-drop-header {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user