mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-05 11:35:10 -05:00
fixes #5018: .btn-block in .modal-footer no longer has left margin
This commit is contained in:
@@ -95,4 +95,8 @@
|
||||
.btn-group .btn + .btn {
|
||||
margin-left: -1px;
|
||||
}
|
||||
// and override it for block buttons as well
|
||||
.btn-block + .btn-block {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user