mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Merge pull request #535 from poratuk/fix-fileinput-name
Fileinput not works on MS Edge 25/ HTML 13 and IE 13
This commit is contained in:
@@ -50,6 +50,13 @@
|
||||
.btn {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.form-group {
|
||||
overflow: hidden;
|
||||
.fileinput-filename {
|
||||
width: 90%;
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
}
|
||||
}
|
||||
.fileinput-exists .fileinput-new,
|
||||
.fileinput-new .fileinput-exists {
|
||||
|
||||
@@ -50,6 +50,13 @@
|
||||
.btn {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.form-group {
|
||||
overflow: hidden;
|
||||
.fileinput-filename {
|
||||
width: 90%;
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
}
|
||||
}
|
||||
.fileinput-exists .fileinput-new,
|
||||
.fileinput-new .fileinput-exists {
|
||||
|
||||
Reference in New Issue
Block a user