Commit 481f7c6a authored by Martijn Cuppens's avatar Martijn Cuppens
Browse files

Use `display: block;` for form elements

parent 3b555aaf
1 merge request!31948Examples/Floating-labels: fix bad behavior with autofill
Showing with 1 addition and 4 deletions
+1 -4
.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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment