mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: badge with box mode having incorrect background size
This bug was hitting FX and IE
This commit is contained in:
@@ -120,8 +120,10 @@
|
||||
|
||||
&.badge-category-bg, &.badge-category-parent-bg {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
&.badge-category-parent-bg { //subcategory style
|
||||
|
||||
Reference in New Issue
Block a user