From 1a4122718e592e8c7cb85ecdd09496bc3658ae38 Mon Sep 17 00:00:00 2001 From: Bianca Widstam Date: Mon, 9 Dec 2024 10:15:28 +0000 Subject: [PATCH] Merged in fix/SW-1117-select-hotel-misalignment (pull request #1047) fix(SW-1117): fix alignment Approved-by: Niclas Edenvin --- .../hotelreservation/(standard)/select-hotel/page.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.module.css b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.module.css index 7cb413ac8..052d9ee6b 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.module.css +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.module.css @@ -22,6 +22,7 @@ display: flex; flex-wrap: wrap; gap: var(--Spacing-x1); + align-items: baseline; } .sorter {