Minor alignment fix for bullet categories

This commit is contained in:
Kris 2018-01-26 16:35:49 -05:00
parent f587fb7cc7
commit 452a6bfa9c
2 changed files with 5 additions and 2 deletions

View File

@ -91,7 +91,7 @@
height: 10px;
margin-right: 5px;
display: inline-block;
line-height: .8;
line-height: $line-height-small;
&:before {
content: "\a0";

View File

@ -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 {