Skip to content

Commit

Permalink
Add overflow suppression to custom file label
Browse files Browse the repository at this point in the history
Avoids unsightly spilling out of long filename text, particularly for multi file inputs
  • Loading branch information
patrickhlauke committed Nov 15, 2020
1 parent 4bdaa26 commit c9103f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_custom-forms.scss
Expand Up @@ -348,6 +348,7 @@
z-index: 1;
height: $custom-file-height;
padding: $custom-file-padding-y $custom-file-padding-x;
overflow: hidden;
font-family: $custom-file-font-family;
font-weight: $custom-file-font-weight;
line-height: $custom-file-line-height;
Expand Down

0 comments on commit c9103f6

Please sign in to comment.