Skip to content

Commit 05358ec

Browse files
authored
Merge pull request #17798 from craftcms/brian/cms-1569-5x-filters-with-long-name-break-from-field
Allow long selectize items to break
2 parents 2e1c102 + 8444e12 commit 05358ec

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Fixed a bug where custom field values weren’t always retaining changes after changing an entry type. ([#17768](https://github.com/craftcms/cms/issues/17768))
1414
- Fixed a bug where JSON fields weren’t initializing properly when they weren’t on the initially-shown field layout tab. ([#17772](https://github.com/craftcms/cms/issues/17772))
1515
- Fixed a bug where the Live Preview drag bar’s hit area was only 2px wide. ([#17781](https://github.com/craftcms/cms/issues/17781))
16+
- Fixed a bug where multi-select Selectize inputs didn’t allow selected options’ labels to wrap. ([#17790](https://github.com/craftcms/cms/issues/17790))
1617
- Updated the bundled composer.phar to 2.7.7. ([#17796](https://github.com/craftcms/cms/issues/17796))
1718

1819
## 5.8.15 - 2025-08-13

src/web/assets/cp/dist/css/cp.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/web/assets/cp/dist/css/cp.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/web/assets/cp/src/css/_main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9020,6 +9020,7 @@ body .selectize-dropdown {
90209020
flex-direction: row;
90219021
padding-block: 3px !important;
90229022
padding-inline: 7px !important;
9023+
word-break: break-word;
90239024

90249025
&.active {
90259026
@include mixins.active-token-styles;

0 commit comments

Comments
 (0)