Commit b083b9b3 authored by Sam Beckham's avatar Sam Beckham Committed by Clement Ho
parent d9877120
...@@ -53,7 +53,8 @@ ...@@ -53,7 +53,8 @@
flex-direction: row; flex-direction: row;
.btn + .btn:not(.dropdown-toggle-split), .btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group { .btn + .btn-group,
.btn-group + .btn {
margin-left: $grid-size; margin-left: $grid-size;
} }
...@@ -61,7 +62,8 @@ ...@@ -61,7 +62,8 @@
flex-direction: column; flex-direction: column;
.btn + .btn:not(.dropdown-toggle-split), .btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group { .btn + .btn-group,
.btn-group + .btn {
margin-left: 0; margin-left: 0;
margin-top: $grid-size; 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