Don't allow file upload text to overflow outside the container

This commit is contained in:
Kevin MacMartin 2018-04-26 01:20:49 -04:00
parent a7d37ec5ff
commit cbe6a5eac6

View file

@ -752,6 +752,8 @@ form {
}
&[type="file"] {
overflow: hidden;
max-width: 100%;
height: $label-height;
font-size: 14px;
}