Skip to content
Snippets Groups Projects
Commit 14728061 authored by Sam Beckham's avatar Sam Beckham
Browse files

Fixes split button styling in modal footers

parent 3781cbe0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment