Skip to content

Commit

Permalink
Specify new height for inputs in floating label example after v4.1.3'…
Browse files Browse the repository at this point in the history
…s addition of a fixed height property on .form-control
  • Loading branch information
mdo authored and XhmikosR committed Aug 25, 2018
1 parent df3993a commit 3a02f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/docs/4.1/examples/floating-labels/floating-labels.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ body {

.form-label-group > input,
.form-label-group > label {
height: 3.125rem;
padding: var(--input-padding-y) var(--input-padding-x);
}

Expand Down

0 comments on commit 3a02f21

Please sign in to comment.