From e6963cd11080afd52927473466d1133e419180e9 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Thu, 22 May 2025 12:15:52 +0000 Subject: [PATCH] fix(SW-2868): Added break-inside: avoid to avoid column-breaks within the item itself. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved-by: Matilda Landström --- .../SidePeeks/Room/RoomFacilities/roomFacilities.module.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomFacilities/roomFacilities.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomFacilities/roomFacilities.module.css index 9a5447d00..03fcb3d6f 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomFacilities/roomFacilities.module.css +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/RoomFacilities/roomFacilities.module.css @@ -10,6 +10,9 @@ align-items: self-start; justify-content: flex-start; color: var(--Text-Secondary); + + /* Prevent column breaks within items */ + break-inside: avoid; } .icon {