Merged in fix/SW-3058-hotel-page-margin (pull request #2404)
fix(SW-3058): fix hotel page overflowing width * fix(SW-2058): fix hotel page with Approved-by: Erik Tiekstra
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
"header mapContainer"
|
"header mapContainer"
|
||||||
"tabNavigation mapContainer"
|
"tabNavigation mapContainer"
|
||||||
"mainSection mapContainer";
|
"mainSection mapContainer";
|
||||||
grid-template-columns: 1fr var(--hotel-page-map-desktop-width);
|
grid-template-columns: minmax(0, 1fr) var(--hotel-page-map-desktop-width);
|
||||||
}
|
}
|
||||||
.mainSection {
|
.mainSection {
|
||||||
grid-area: mainSection;
|
grid-area: mainSection;
|
||||||
|
|||||||
Reference in New Issue
Block a user