Commit 48877885 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #14057 from hnrch02/patch-1

Fix small typo introduced in e2029e12
parents 520b3547 dc22226b
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
...@@ -212,7 +212,7 @@ input[type="month"] { ...@@ -212,7 +212,7 @@ input[type="month"] {
margin-bottom: 10px; margin-bottom: 10px;
label { 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; padding-left: 20px;
margin-bottom: 0; margin-bottom: 0;
font-weight: normal; font-weight: normal;
......
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