diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index b418b84d4831bc2ade4c761a7ee4538e86ad9d30..4ffe79a6c395d2bb6e3b30101e805ab1e451c62a 100644
--- a/scss/_custom-forms.scss
+++ b/scss/_custom-forms.scss
@@ -175,11 +175,13 @@
 .file {
   position: relative;
   display: inline-block;
+  max-width: 100%;
   height: 2.5rem;
   cursor: pointer;
 }
 .file input {
   min-width: 14rem;
+  max-width: 100%;
   margin: 0;
   filter: alpha(opacity = 0);
   opacity: 0;