From 97f81cd35b32690e8b57d24f55c0c34e1f3c743d Mon Sep 17 00:00:00 2001 From: Tobias Johansson Date: Thu, 5 Jun 2025 12:05:38 +0000 Subject: [PATCH] Merged in fix/SW-2972-hotel-card-prices-width (pull request #2304) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(SW-2972): hotel card prices didnt take full width * fix(SW-2972): hotel card prices didnt take full width Approved-by: Linus Flood Approved-by: Matilda Landström --- .../components/HotelReservation/HotelCard/hotelCard.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/components/HotelReservation/HotelCard/hotelCard.module.css b/apps/scandic-web/components/HotelReservation/HotelCard/hotelCard.module.css index 35f003707..c313f23ac 100644 --- a/apps/scandic-web/components/HotelReservation/HotelCard/hotelCard.module.css +++ b/apps/scandic-web/components/HotelReservation/HotelCard/hotelCard.module.css @@ -83,6 +83,7 @@ display: flex; flex-direction: column; gap: var(--Space-x15); + width: 100%; } .link:hover {