Skip to content

Commit a20f52c

Browse files
authored
fix(editor): ms-select drop, full width in composite editor, fixes #2044 (#2048)
1 parent e784c15 commit a20f52c

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

packages/common/src/styles/_variables.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,6 @@ $slick-multiselect-input-focus-box-shadow: $slick-input-focus-b
753753
$slick-multiselect-dropdown-border: 1px solid #bbb !default;
754754
$slick-multiselect-dropdown-bg-color: #fff !default;
755755
$slick-multiselect-dropdown-list-padding: 4px 6px !default;
756-
$slick-multiselect-dropdown-max-width: 250px !default;
757756
$slick-multiselect-dropdown-z-index: 9999 !default;
758757
$slick-multiselect-checkbox-margin-left: 0px !default;
759758
$slick-multiselect-checkbox-hover-bg-color: #fafafa !default;

packages/common/src/styles/slick-plugins.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ li.hidden {
667667
box-shadow: var(--slick-multiselect-input-focus-box-shadow, v.$slick-multiselect-input-focus-box-shadow);
668668
}
669669
.ms-drop {
670-
max-width: var(--slick-multiselect-dropdown-max-width, v.$slick-multiselect-dropdown-max-width);
671670
border: var(--slick-multiselect-dropdown-border, v.$slick-multiselect-dropdown-border);
672671
z-index: var(--slick-multiselect-dropdown-z-index, v.$slick-multiselect-dropdown-z-index);
673672

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ catalog:
3333
i18next-vue: ^5.3.0
3434
jsdom: ^26.1.0
3535
jsdom-global: ^3.0.2
36-
multiple-select-vanilla: ^4.3.3
36+
multiple-select-vanilla: ^4.3.4
3737
native-copyfiles: ^1.3.3
3838
npm-run-all2: ^8.0.4
3939
remove-glob: ^0.3.2

0 commit comments

Comments
 (0)