Commit 14728061 authored by samdbeckham's avatar samdbeckham

Fixes split button styling in modal footers

parent 3781cbe0
......@@ -52,14 +52,16 @@
display: flex;
flex-direction: row;
.btn + .btn {
.btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group {
margin-left: $grid-size;
}
@include media-breakpoint-down(xs) {
flex-direction: column;
.btn + .btn {
.btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group {
margin-left: 0;
margin-top: $grid-size;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment