From 73c2df9a991c34072fa2acbd24354cf3a0596b5b Mon Sep 17 00:00:00 2001 From: MoritzWeber0 Date: Sun, 18 Jan 2026 16:41:23 +0100 Subject: [PATCH] feat: Prevent word wrapping in booking expander if possible --- assets/sass/booking.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/sass/booking.scss b/assets/sass/booking.scss index 2b8edca7b..ef98e4180 100644 --- a/assets/sass/booking.scss +++ b/assets/sass/booking.scss @@ -4,6 +4,11 @@ gap: 2rem; width: 100%; + &:not(:has(.o-booking__classes)) { + grid-template-columns: 1.5fr 2fr; + margin-right: 2rem; + } + @media screen and (max-width: #{$breakpoint-md}) { display: flex; flex-direction: column;