diff --git a/apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/Room/room.module.css b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/Room/room.module.css index 074ea2a44..cb4afb4d2 100644 --- a/apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/Room/room.module.css +++ b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/Room/room.module.css @@ -17,7 +17,7 @@ display: flex; gap: var(--Spacing-x1); padding: var(--Spacing-x1) var(--Spacing-x-one-and-half); - width: max-content; + width: min(max-content, 100%); } .guaranteeText {