mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
Use display: block;
for form elements
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
.form-file {
|
.form-file {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
|
||||||
width: 100%;
|
|
||||||
height: $form-file-height;
|
height: $form-file-height;
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-file-input {
|
.form-file-input {
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
// https://primer.github.io/.
|
// https://primer.github.io/.
|
||||||
|
|
||||||
.form-select {
|
.form-select {
|
||||||
display: inline-block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: $form-select-height;
|
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;
|
padding: $form-select-padding-y ($form-select-padding-x + $form-select-indicator-padding) $form-select-padding-y $form-select-padding-x;
|
||||||
|
Reference in New Issue
Block a user