FIX: incorrect margins on buttons in modals on mobile

This commit is contained in:
Neil Lalonde
2017-05-24 11:57:26 -04:00
parent 4c1b0e64d7
commit 4266828c62
+2 -2
View File
@@ -45,8 +45,8 @@
}
.modal-footer .btn + .btn {
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-bottom: 0;
}
.modal-close {