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 bb45ba5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/Appointments/Booking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ export default {
:deep(.mx-datepicker-main) {
border: 0;
}

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

Check warning on line 317 in src/views/Appointments/Booking.vue

View check run for this annotation

Codecov / codecov/patch

src/views/Appointments/Booking.vue#L317

Added line #L317 was not covered by tests
h2, h3, h4, h5 {
margin-top: 0;
}
Expand Down

0 comments on commit bb45ba5

Please sign in to comment.