Skip to content

Commit

Permalink
fix: max-width for long timezones names
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jan 8, 2025
1 parent 46e2840 commit c27f067
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/Appointments/Booking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ export default {
.booking__time-zone {
margin-top: 280px;
position: relative;

:deep(.v-select.select) {
max-width: 260px;
}
}

.booking__date-header {
Expand All @@ -312,7 +316,6 @@ export default {
:deep(.mx-datepicker-main) {
border: 0;
}

h2, h3, h4, h5 {
margin-top: 0;
}
Expand Down

0 comments on commit c27f067

Please sign in to comment.