Skip to content

Commit

Permalink
bug #5051 Fix the display of labels in expanded choice filters (javie…
Browse files Browse the repository at this point in the history
…reguiluz)

This PR was merged into the 3.x branch.

Discussion
----------

Fix the display of labels in expanded choice filters

Fix #5009.

Commits
-------

75a61e1 Fix the display of labels in expanded choice filters
  • Loading branch information
javiereguiluz committed Feb 14, 2022
2 parents 124a6e5 + 75a61e1 commit 0dd2dab
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions assets/css/easyadmin-theme/datagrids.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@ table.datagrid {
.filter-content .form-widget-compound label {
display: none;
}
.filter-content .form-widget-compound label.form-check-label {
display: inline-block;
}
.filter-content .form-check-inline {
align-items: flex-start;
display: inline-flex;
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/app.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/form-type-code-editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/form-type-slug.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/form-type-textarea.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0dd2dab

Please sign in to comment.