Commit 7b60470e authored by Mark Otto's avatar Mark Otto

Fixes #12801: Add padding to the bottom of .form-control-static to match...

Fixes #12801: Add padding to the bottom of .form-control-static to match height of standard form controls
parent 7e551eca
......@@ -1980,6 +1980,7 @@ select[multiple].input-lg {
}
.form-horizontal .form-control-static {
padding-top: 7px;
padding-bottom: 7px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -418,6 +418,7 @@ input[type="checkbox"],
.form-control-static {
padding-top: (@padding-base-vertical + 1);
padding-bottom: (@padding-base-vertical + 1);
}
// Only right align form labels here when the columns stop stacking
......
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