mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Don't allow file upload text to overflow outside the container
This commit is contained in:
parent
a7d37ec5ff
commit
cbe6a5eac6
1 changed files with 2 additions and 0 deletions
2
resources/assets/sass/dashboard.scss
vendored
2
resources/assets/sass/dashboard.scss
vendored
|
@ -752,6 +752,8 @@ form {
|
|||
}
|
||||
|
||||
&[type="file"] {
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
height: $label-height;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue