feat(SW-713): overrider display none with important

This commit is contained in:
Fredrik Thorsson
2024-10-31 11:39:47 +01:00
parent b794448fa2
commit 13dfe9ea15

View File

@@ -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);
}