1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

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

This commit is contained in:
Mark Otto
2014-02-22 14:16:11 -08:00
parent 7e551ecaf7
commit 7b60470e9b
6 changed files with 6 additions and 4 deletions

View File

@@ -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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long