category badge alignment fix

This commit is contained in:
Kris
2018-12-08 22:33:11 -05:00
parent 0f41770547
commit c84b837d50

View File

@@ -9,6 +9,7 @@
box-shadow: shadow("header"); box-shadow: shadow("header");
> .wrap { > .wrap {
box-sizing: border-box;
width: 100%; width: 100%;
height: 100%; height: 100%;
.contents { .contents {
@@ -257,6 +258,9 @@
} }
.badge-wrapper { .badge-wrapper {
margin-right: 8px; margin-right: 8px;
&.bullet {
padding-top: 1px; // alignment hack
}
} }
.badge-wrapper.bullet { .badge-wrapper.bullet {
.badge-category-parent-bg, .badge-category-parent-bg,