From 0e33cfa0760a5a3e1c412642c1648c82f436ff9c Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 31 Oct 2024 16:03:13 +0100 Subject: [PATCH] feat(SW-713): add important --- components/SidePeeks/RoomSidePeek/index.tsx | 2 +- components/SidePeeks/RoomSidePeek/roomSidePeek.module.css | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/components/SidePeeks/RoomSidePeek/index.tsx b/components/SidePeeks/RoomSidePeek/index.tsx index bbb13d9f7..a1724fa86 100644 --- a/components/SidePeeks/RoomSidePeek/index.tsx +++ b/components/SidePeeks/RoomSidePeek/index.tsx @@ -41,7 +41,7 @@ export default function RoomSidePeek({ setIsSidePeekOpen(false)} > diff --git a/components/SidePeeks/RoomSidePeek/roomSidePeek.module.css b/components/SidePeeks/RoomSidePeek/roomSidePeek.module.css index 3d7f8a3e6..acf48ee0a 100644 --- a/components/SidePeeks/RoomSidePeek/roomSidePeek.module.css +++ b/components/SidePeeks/RoomSidePeek/roomSidePeek.module.css @@ -38,7 +38,7 @@ } .facilityList li { - display: flex !important; /* Overrides the display none from grids.stackable */ + display: flex !important; /* Overrides the display none from grids.stackable on Hotel Page */ gap: var(--Spacing-x1); margin-bottom: var(--Spacing-x-half); } @@ -51,11 +51,8 @@ background-color: var(--Base-Background-Primary-Normal); border-top: 1px solid var(--Base-Border-Subtle); padding: var(--Spacing-x4) var(--Spacing-x2); - overflow: hidden; width: 100%; position: absolute; left: 0; bottom: 0; - display: flex; - justify-content: center; }