category badge alignment fix
This commit is contained in:
parent
0f41770547
commit
c84b837d50
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue