mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
remove bottom margin from form in modals for temp fix"
This commit is contained in:
@@ -833,6 +833,9 @@ input[type=submit].btn {
|
||||
.modal-body {
|
||||
padding: 15px;
|
||||
}
|
||||
.modal-body form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.modal-footer {
|
||||
background-color: #f5f5f5;
|
||||
padding: 14px 15px 15px;
|
||||
|
||||
Reference in New Issue
Block a user