Skip to content
Snippets Groups Projects
Commit b083b9b3 authored by Sam Beckham's avatar Sam Beckham Committed by Clement Ho
Browse files
parent d9877120
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -53,7 +53,8 @@
flex-direction: row;
 
.btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group {
.btn + .btn-group,
.btn-group + .btn {
margin-left: $grid-size;
}
 
Loading
Loading
@@ -61,7 +62,8 @@
flex-direction: column;
 
.btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group {
.btn + .btn-group,
.btn-group + .btn {
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