Fix modal button spacing on mobile

This commit is contained in:
Neil Lalonde 2013-09-12 15:09:24 -04:00
parent c260ae622d
commit 90aaa27b98
1 changed files with 4 additions and 2 deletions

View File

@ -122,8 +122,10 @@
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-left: 5px;
// an ember metamorph is inserted between btn's sometimes, breaking this rule, but only on mobile for some reason:
// .modal-footer .btn + .btn {
.modal-footer .btn {
margin-right: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {