Skip to content
Snippets Groups Projects
Commit 0a4effd4 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

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
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