mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
simplify selector for .modal-form per #2218
This commit is contained in:
parent
7bdd9551ed
commit
af8261af93
Binary file not shown.
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -3058,7 +3058,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
|
||||
max-height: 400px;
|
||||
padding: 15px;
|
||||
}
|
||||
.modal-body .modal-form {
|
||||
.modal-form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.modal-footer {
|
||||
|
@ -63,7 +63,7 @@
|
||||
padding: 15px;
|
||||
}
|
||||
// Remove bottom margin if need be
|
||||
.modal-body .modal-form {
|
||||
.modal-form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user