Commit 16976cc4 authored by Mark Otto's avatar Mark Otto
Browse files

Fixes secondary issue in #9798

parent 7bc845ab
Showing with 3 additions and 3 deletions
+3 -3
...@@ -1911,7 +1911,7 @@ textarea.input-lg { ...@@ -1911,7 +1911,7 @@ textarea.input-lg {
} }
.form-control-static { .form-control-static {
padding-top: 6px; padding-top: 7px;
margin-bottom: 0; margin-bottom: 0;
} }
......
This diff is collapsed.
...@@ -257,7 +257,7 @@ input[type="checkbox"], ...@@ -257,7 +257,7 @@ input[type="checkbox"],
.form-control-static { .form-control-static {
margin-bottom: 0; // Remove default margin from `p` margin-bottom: 0; // Remove default margin from `p`
padding-top: @padding-base-vertical; padding-top: (@padding-base-vertical + 1);
} }
......
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