Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dd2dab

Browse files
committed
bug EasyCorp#5051 Fix the display of labels in expanded choice filters (javiereguiluz)
This PR was merged into the 3.x branch. Discussion ---------- Fix the display of labels in expanded choice filters Fix EasyCorp#5009. Commits ------- 75a61e1 Fix the display of labels in expanded choice filters
2 parents 124a6e5 + 75a61e1 commit 0dd2dab

7 files changed

Lines changed: 9 additions & 6 deletions

File tree

assets/css/easyadmin-theme/datagrids.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ table.datagrid {
373373
.filter-content .form-widget-compound label {
374374
display: none;
375375
}
376+
.filter-content .form-widget-compound label.form-check-label {
377+
display: inline-block;
378+
}
376379
.filter-content .form-check-inline {
377380
align-items: flex-start;
378381
display: inline-flex;

src/Resources/public/app.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/Resources/public/app.js

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/Resources/public/app.rtl.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/Resources/public/form-type-code-editor.js

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/Resources/public/form-type-slug.js

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/Resources/public/form-type-textarea.js

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

0 commit comments

Comments
 (0)