diff --git a/css/app-sidebar.scss b/css/app-sidebar.scss index d571db5777..3afc6c2abf 100644 --- a/css/app-sidebar.scss +++ b/css/app-sidebar.scss @@ -604,6 +604,10 @@ .v-select { min-width: unset !important; } + + &__input { + width: 100%; + } } .property-color { @@ -770,6 +774,7 @@ .calendar-picker-option { display: flex; align-items: center; + overflow: hidden; &__color-indicator { width: 12px; @@ -784,6 +789,7 @@ &__label { overflow: hidden; text-overflow: ellipsis; + white-space: nowrap; flex-grow: 1; } diff --git a/src/components/Shared/CalendarPicker.vue b/src/components/Shared/CalendarPicker.vue index ba818091d3..c65cd2b306 100644 --- a/src/components/Shared/CalendarPicker.vue +++ b/src/components/Shared/CalendarPicker.vue @@ -121,8 +121,13 @@ export default { } -