mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: category drop header padding when using category box style
This commit is contained in:
parent
460c905dc6
commit
c9cb6920dc
@ -17,11 +17,14 @@
|
||||
}
|
||||
|
||||
&.bar.has-selection .category-drop-header,
|
||||
&.box.has-selection .category-drop-header,
|
||||
&.none.has-selection .category-drop-header {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
&.box.has-selection .category-drop-header {
|
||||
padding: 2.5px 10px;
|
||||
}
|
||||
|
||||
&.bullet.has-selection .category-drop-header {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user