From: Sam A. Horvath-Hunt Date: Tue, 29 Dec 2015 14:41:21 +0000 (+0000) Subject: Add max-width to file browser; fixes #18651 X-Git-Tag: v4.0.0-alpha.3~452^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a43ed6b7f5eab48b818b3379ae82c45fd1c291;p=thirdparty%2Fbootstrap.git Add max-width to file browser; fixes #18651 --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index b418b84d48..4ffe79a6c3 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;