diff options
| author | Chris Rebert <[email protected]> | 2014-07-07 00:24:13 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-07 00:24:13 -0700 |
| commit | 488778857a0602ec7c68b971b780b8961e3a22de (patch) | |
| tree | ffc296c11d53c02bb2dcc5aa42117a0624c8abda | |
| parent | 520b3547a49c14874d59207a2a37f8542dc89c6e (diff) | |
| parent | dc22226b95adba748dfc82fddfe1d128d9d8e057 (diff) | |
| download | bootstrap-488778857a0602ec7c68b971b780b8961e3a22de.tar.xz bootstrap-488778857a0602ec7c68b971b780b8961e3a22de.zip | |
Merge pull request #14057 from hnrch02/patch-1
Fix small typo introduced in e2029e1
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 26589b3eb..baeea7ca6 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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; |
