Fixes split button styling in modal footers

This commit is contained in:
samdbeckham 2019-03-07 10:39:35 +00:00
parent 3781cbe0c3
commit 147280615a
1 changed files with 4 additions and 2 deletions

View File

@ -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;
}