Fix modal button spacing on mobile
This commit is contained in:
parent
c260ae622d
commit
90aaa27b98
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue