Skip to content

Commit

Permalink
Fix modal button spacing on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Sep 12, 2013
1 parent c260ae6 commit 90aaa27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/mobile/modal.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 90aaa27

Please sign in to comment.