diff --git a/resources/assets/sass/dashboard.scss b/resources/assets/sass/dashboard.scss index c596e2f..c401b70 100644 --- a/resources/assets/sass/dashboard.scss +++ b/resources/assets/sass/dashboard.scss @@ -752,6 +752,8 @@ form { } &[type="file"] { + overflow: hidden; + max-width: 100%; height: $label-height; font-size: 14px; }