diff options
| -rw-r--r-- | scss/_custom-forms.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index b418b84d4..4ffe79a6c 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; |
