Commit 0a4effd4 authored by Luke Bennett's avatar Luke Bennett

Merge branch '9224-create-mr-from-vulnerabilty-feedback-fe' into 'master'

Fixes split button styling in modal footers (CE port)

See merge request gitlab-org/gitlab-ce!25869
parents b7b5cd7a 14728061
...@@ -52,14 +52,16 @@ ...@@ -52,14 +52,16 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
.btn + .btn { .btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group {
margin-left: $grid-size; margin-left: $grid-size;
} }
@include media-breakpoint-down(xs) { @include media-breakpoint-down(xs) {
flex-direction: column; flex-direction: column;
.btn + .btn { .btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group {
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