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

Fixes secondary issue in #9798

parent 7bc845ab
......@@ -1911,7 +1911,7 @@ textarea.input-lg {
}
.form-control-static {
padding-top: 6px;
padding-top: 7px;
margin-bottom: 0;
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -257,7 +257,7 @@ input[type="checkbox"],
.form-control-static {
margin-bottom: 0; // Remove default margin from `p`
padding-top: @padding-base-vertical;
padding-top: (@padding-base-vertical + 1);
}
......
Markdown is supported
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