2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

FIX: category drop header padding when using category box style

This commit is contained in:
Joffrey JAFFEUX 2018-03-01 11:59:13 +01:00 committed by GitHub
parent 460c905dc6
commit c9cb6920dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}