mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-31 19:00:23 +02:00
Fixes secondary issue in #9798
This commit is contained in:
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@@ -1911,7 +1911,7 @@ textarea.input-lg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-control-static {
|
.form-control-static {
|
||||||
padding-top: 6px;
|
padding-top: 7px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -257,7 +257,7 @@ input[type="checkbox"],
|
|||||||
|
|
||||||
.form-control-static {
|
.form-control-static {
|
||||||
margin-bottom: 0; // Remove default margin from `p`
|
margin-bottom: 0; // Remove default margin from `p`
|
||||||
padding-top: @padding-base-vertical;
|
padding-top: (@padding-base-vertical + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user