mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
scope top padding of .form-control-static to be within horizontal forms only; fixes #10927
This commit is contained in:
Vendored
+4
-1
@@ -2104,7 +2104,6 @@ textarea.input-lg {
|
||||
}
|
||||
|
||||
.form-control-static {
|
||||
padding-top: 7px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@@ -2173,6 +2172,10 @@ textarea.input-lg {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.form-horizontal .form-control-static {
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.form-horizontal .control-label {
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user