Skip to content

Commit

Permalink
fixup! fix: simple editor size and jumping
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jan 21, 2025
1 parent 8c0d298 commit d02ded1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/components/Editor/Properties/PropertyTitleTimePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,12 @@ export default {
overflow-y: clip !important;
flex-grow: 2;
flex-shrink: 1;
width: 170px;
width: 180px;
margin: 0;
min-width: unset;
}

:deep(.v-select.select) {
min-width: 170px !important;
min-width: 180px !important;
}

Check warning on line 344 in src/components/Editor/Properties/PropertyTitleTimePicker.vue

View check run for this annotation

Codecov / codecov/patch

src/components/Editor/Properties/PropertyTitleTimePicker.vue#L344

Added line #L344 was not covered by tests

.property-title-time-picker__time-pickers {
Expand Down
2 changes: 1 addition & 1 deletion src/views/EditSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export default {
<style lang="scss" scoped>
.event-popover__inner {
width: unset !important;
min-width: 400px !important;
min-width: 500px !important;

Check warning on line 449 in src/views/EditSimple.vue

View check run for this annotation

Codecov / codecov/patch

src/views/EditSimple.vue#L449

Added line #L449 was not covered by tests
}
.modal-mask {
position: fixed;
Expand Down

0 comments on commit d02ded1

Please sign in to comment.