mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #14057 from hnrch02/patch-1
Fix small typo introduced in e2029e1
This commit is contained in:
commit
488778857a
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ input[type="month"] {
|
|||
margin-bottom: 10px;
|
||||
|
||||
label {
|
||||
min-height: @line-height-computed; // Ensure the input doens't jump when no text
|
||||
min-height: @line-height-computed; // Ensure the input doesn't jump when there is no text
|
||||
padding-left: 20px;
|
||||
margin-bottom: 0;
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Reference in a new issue