]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add max-width to file browser; fixes #18651 18716/head
authorSam A. Horvath-Hunt <samhh.web@gmail.com>
Tue, 29 Dec 2015 14:41:21 +0000 (14:41 +0000)
committerSam A. Horvath-Hunt <samhh.web@gmail.com>
Tue, 29 Dec 2015 14:41:21 +0000 (14:41 +0000)
scss/_custom-forms.scss

index b418b84d4831bc2ade4c761a7ee4538e86ad9d30..4ffe79a6c395d2bb6e3b30101e805ab1e451c62a 100644 (file)
 .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;