mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Fixes #12801: Add padding to the bottom of .form-control-static to match height of standard form controls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user