From e0cc237b5fe100a2f513a021e5f8a99ccb56051d Mon Sep 17 00:00:00 2001 From: Hrishikesh Vaipurkar Date: Wed, 20 Aug 2025 14:04:58 +0000 Subject: [PATCH] Merged in fix/SW-2367-rate-details-mobile-ui-correctio (pull request #2678) fix(SW-2367): Aligned the check icon in rate terms * fix(SW-2367): Aligned the check icon in rate terms Approved-by: Erik Tiekstra --- .../RateSummary/MobileSummary/Room/room.module.css | 1 - .../RoomsContainer/RateSummary/MobileSummary/summary.module.css | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/Room/room.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/Room/room.module.css index 085bec231..fde10a2a7 100644 --- a/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/Room/room.module.css +++ b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/Room/room.module.css @@ -18,7 +18,6 @@ .termsText:nth-child(n) { display: flex; - align-items: center; margin-bottom: var(--Space-x1); } diff --git a/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/summary.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/summary.module.css index 0062f8dc8..212c0f470 100644 --- a/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/summary.module.css +++ b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/summary.module.css @@ -84,7 +84,6 @@ } .termsText:nth-child(n) { display: flex; - align-items: center; margin-bottom: var(--Spacing-x1); } .terms .termsIcon {