From c6fff09c732eb6619899b661c5d3aa0a380a72dc Mon Sep 17 00:00:00 2001 From: Bianca Widstam Date: Wed, 3 Dec 2025 14:38:31 +0000 Subject: [PATCH] Merged in fix/BOOK-529-terms-and-condititions (pull request #3289) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(BOOK-529): fix terms and conditions link * fix(BOOK-529): fix terms and conditions link Approved-by: Joakim Jäderberg Approved-by: Matilda Landström --- .../MyStay/TermsAndConditions/termsAndConditions.module.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/TermsAndConditions/termsAndConditions.module.css b/apps/scandic-web/components/HotelReservation/MyStay/TermsAndConditions/termsAndConditions.module.css index d0ad98cfc..64de37673 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/TermsAndConditions/termsAndConditions.module.css +++ b/apps/scandic-web/components/HotelReservation/MyStay/TermsAndConditions/termsAndConditions.module.css @@ -2,4 +2,7 @@ display: grid; gap: var(--Space-x1); color: var(--Text-Secondary); + a { + display: inline; + } }