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 { .modal-footer:after {
clear: both; clear: both;
} }
.modal-footer .btn + .btn { // an ember metamorph is inserted between btn's sometimes, breaking this rule, but only on mobile for some reason:
margin-left: 5px; // .modal-footer .btn + .btn {
.modal-footer .btn {
margin-right: 5px;
margin-bottom: 0; margin-bottom: 0;
} }
.modal-footer .btn-group .btn + .btn { .modal-footer .btn-group .btn + .btn {