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:
Arnold Daniels
2017-04-03 01:09:12 +02:00
committed by GitHub
2 changed files with 14 additions and 0 deletions

View File

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

View File

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