FIX: badge with box mode having incorrect background size
This bug was hitting FX and IE
This commit is contained in:
parent
8d454156b3
commit
7eb9f4d9f7
|
@ -120,8 +120,10 @@
|
||||||
|
|
||||||
&.badge-category-bg, &.badge-category-parent-bg {
|
&.badge-category-bg, &.badge-category-parent-bg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
top: 0;
|
||||||
height: 100%;
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.badge-category-parent-bg { //subcategory style
|
&.badge-category-parent-bg { //subcategory style
|
||||||
|
|
Loading…
Reference in New Issue