0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Merge pull request #18716 from SamHH/v4-dev

Add max-width to file browser; fixes #18651
This commit is contained in:
Patrick H. Lauke 2015-12-29 16:20:24 +00:00
commit 400d09f3c0

View File

@ -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;