category badge alignment fix

This commit is contained in:
Kris 2018-12-08 22:33:11 -05:00
parent 0f41770547
commit c84b837d50
1 changed files with 4 additions and 0 deletions

View File

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