mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 00:40:24 +00:00
Use display: block; for form elements
This commit is contained in:
parent
3b555aaf61
commit
481f7c6a3d
2 changed files with 1 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
|||
.form-file {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: $form-file-height;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-file-input {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
// https://primer.github.io/.
|
||||
|
||||
.form-select {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: $form-select-height;
|
||||
padding: $form-select-padding-y ($form-select-padding-x + $form-select-indicator-padding) $form-select-padding-y $form-select-padding-x;
|
||||
|
|
|
|||
Loading…
Reference in a new issue