Commit 3a02f21b authored by Mark Otto's avatar Mark Otto Committed by XhmikosR
Browse files

Specify new height for inputs in floating label example after v4.1.3's...

Specify new height for inputs in floating label example after v4.1.3's addition of a fixed height property on .form-control
parent df3993a6
2 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes
Showing with 1 addition and 0 deletions
+1 -0
...@@ -32,6 +32,7 @@ body { ...@@ -32,6 +32,7 @@ body {
.form-label-group > input, .form-label-group > input,
.form-label-group > label { .form-label-group > label {
height: 3.125rem;
padding: var(--input-padding-y) var(--input-padding-x); padding: var(--input-padding-y) var(--input-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