mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -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"] {
|
&[type="file"] {
|
||||||
|
overflow: hidden;
|
||||||
|
max-width: 100%;
|
||||||
height: $label-height;
|
height: $label-height;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue