Skip to content

Commit

Permalink
bug #5125 Fix height for multiple select (Flornet PC-Perso)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

Fix height for multiple select

<!--
Thanks for your contribution! If you are proposing a new feature that is complex,
please open an issue first so we can discuss about it.

Note: all your contributions adhere implicitly to the MIT license
-->
Fixes #5011

Commits
-------

f8998cc Fix height for multiple select
  • Loading branch information
javiereguiluz committed Mar 18, 2022
2 parents 9a4e0bd + f8998cc commit 6750614
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/easyadmin-theme/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ label.form-check-label {
word-break: keep-all;
transition: box-shadow .08s ease-in, color .08s ease-in;
}
.form-widget .form-select[multiple] {
height: auto;
background-image: none;
padding: 0;
}
.form-widget input.form-check-input {
border: 1px solid var(--form-type-check-input-border-color);
box-shadow: var(--form-type-check-input-box-shadow);
Expand Down

0 comments on commit 6750614

Please sign in to comment.