alignment fix due to font-size bump

This commit is contained in:
Kris 2019-01-18 16:24:27 -05:00
parent 4f897dde50
commit e6e4a073a5

View File

@ -258,7 +258,7 @@
.badge-wrapper { .badge-wrapper {
margin-right: 8px; margin-right: 8px;
&.bullet { &.bullet {
padding-top: 1px; // alignment hack padding-top: 2px; // alignment hack
} }
} }
.badge-wrapper.bullet { .badge-wrapper.bullet {