From c27f067da8efcce8a77ad120b8930e022b202703 Mon Sep 17 00:00:00 2001 From: greta Date: Wed, 8 Jan 2025 12:39:50 +0100 Subject: [PATCH] fix: max-width for long timezones names Signed-off-by: greta --- src/views/Appointments/Booking.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/Appointments/Booking.vue b/src/views/Appointments/Booking.vue index 67e7f1475..0308fdc56 100644 --- a/src/views/Appointments/Booking.vue +++ b/src/views/Appointments/Booking.vue @@ -287,6 +287,10 @@ export default { .booking__time-zone { margin-top: 280px; position: relative; + + :deep(.v-select.select) { + max-width: 260px; + } } .booking__date-header { @@ -312,7 +316,6 @@ export default { :deep(.mx-datepicker-main) { border: 0; } - h2, h3, h4, h5 { margin-top: 0; }