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
1 changed files with 4 additions and 1 deletions

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