Skip to content

Commit

Permalink
Merge pull request #6613 from nextcloud/fix/appointment-timezone-width
Browse files Browse the repository at this point in the history
fix: max-width for long timezones names
  • Loading branch information
GretaD authored Jan 8, 2025
2 parents 46e2840 + c27f067 commit fea77aa
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 fea77aa

Please sign in to comment.