Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
481f7c6a
Commit
481f7c6a
authored
5 years ago
by
Martijn Cuppens
Browse files
Options
Download
Email Patches
Plain Diff
Use `display: block;` for form elements
parent
3b555aaf
1 merge request
!31948
Examples/Floating-labels: fix bad behavior with autofill
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/forms/_form-file.scss
+0
-3
scss/forms/_form-file.scss
scss/forms/_form-select.scss
+1
-1
scss/forms/_form-select.scss
with
1 addition
and
4 deletions
+1
-4
scss/forms/_form-file.scss
+
0
-
3
View file @
481f7c6a
.form-file
{
position
:
relative
;
display
:
inline-block
;
width
:
100%
;
height
:
$form-file-height
;
margin-bottom
:
0
;
}
.form-file-input
{
...
...
This diff is collapsed.
Click to expand it.
scss/forms/_form-select.scss
+
1
-
1
View file @
481f7c6a
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets