From ecd8d81b804ae39f5b6e6e5858ef0a8838e4fd78 Mon Sep 17 00:00:00 2001 From: Bianca Widstam Date: Thu, 12 Jun 2025 12:25:12 +0000 Subject: [PATCH] Merged in fix/update-hotel-card-select-hotel-mobile (pull request #2327) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: left aligned description text on hotel card on select hotel page * fix: update hotel card from peter suggestions Approved-by: Christian Andolf Approved-by: Matilda Landström --- .../HotelDescription/hotelDescription.module.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/scandic-web/components/HotelReservation/SelectRate/HotelInfoCard/HotelDescription/hotelDescription.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/HotelInfoCard/HotelDescription/hotelDescription.module.css index b8dd42ba5..85289a5c2 100644 --- a/apps/scandic-web/components/HotelReservation/SelectRate/HotelInfoCard/HotelDescription/hotelDescription.module.css +++ b/apps/scandic-web/components/HotelReservation/SelectRate/HotelInfoCard/HotelDescription/hotelDescription.module.css @@ -1,11 +1,11 @@ .hotelDescription { overflow: hidden; + text-align: left; } .descriptionWrapper { display: flex; flex-direction: column; - align-items: center; } .collapsed { @@ -24,7 +24,6 @@ display: flex; flex-direction: column; align-items: center; - margin-top: var(--Space-x2); } .description { @@ -34,7 +33,6 @@ .showMoreButton { display: flex; - align-items: flex-end; background-color: transparent; border-width: 0; padding: 0; @@ -50,12 +48,10 @@ display: flex; flex-direction: column; gap: var(--Space-x15); - align-items: center; } .facilityList { display: flex; - align-items: flex-start; justify-content: center; flex-wrap: wrap; gap: var(--Space-x15);