2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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");
> .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,