2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Use display: block; for form elements

This commit is contained in:
Martijn Cuppens
2020-03-12 22:02:31 +01:00
parent 3b555aaf61
commit 481f7c6a3d
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -1,9 +1,6 @@
.form-file {
position: relative;
display: inline-block;
width: 100%;
height: $form-file-height;
margin-bottom: 0;
}
.form-file-input {