Skip to content

Commit

Permalink
bug #5617 Enforce width and padding for file input (Holicz)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

Enforce width and padding for file input

Fix #5616

Commits
-------

143a19c Enforce width and padding for file input
  • Loading branch information
javiereguiluz committed Feb 8, 2023
2 parents 519684d + 143a19c commit 7820945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/easyadmin-theme/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -603,13 +603,13 @@ form .invalid-feedback > .d-block + .d-block {
left: 0;
margin: 0 !important;
overflow: hidden;
padding: 3px 40px 3px 7px;
padding: 3px 40px 3px 7px !important;
position: absolute;
text-align: left !important;
text-overflow: ellipsis;
top: 0;
white-space: nowrap;
width: 100%;
width: 100% !important;
}
.custom-file-label::after {
display: none;
Expand Down

0 comments on commit 7820945

Please sign in to comment.