feat(SW-713): overrider display none with important
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
}
|
||||
|
||||
.facilityList li {
|
||||
display: flex;
|
||||
display: flex !important; /* Overrides the display none from grids.stackable */
|
||||
gap: var(--Spacing-x1);
|
||||
margin-bottom: var(--Spacing-x-half);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user