Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreta <gretadoci@gmail.com>2022-10-18 16:14:30 +0300
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-10-19 12:51:44 +0300
commit8ae6dd1381fa6d2a9f550785867983f824295dc5 (patch)
tree158b0b2ec3b6efc559bc641ba5284a84c088b1b1
parentffa1fe1597468fe1c6ec1d6478e8dc41d8e6fdb7 (diff)
Fix overlapint of timezones with time suggestions
Signed-off-by: greta <gretadoci@gmail.com>
-rw-r--r--src/views/Appointments/Booking.vue7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/views/Appointments/Booking.vue b/src/views/Appointments/Booking.vue
index 7ac95706..5f5df28b 100644
--- a/src/views/Appointments/Booking.vue
+++ b/src/views/Appointments/Booking.vue
@@ -259,10 +259,9 @@ export default {
&__slot-selection {
flex-grow: 2;
}
-
- &__time-zone {
- max-width: 210px;
- }
+ &__time-zone {
+ max-width: 250px;
+ }
&__slots {
display: flex;