Commit edf71575 authored by Fatih Acet's avatar Fatih Acet

Merge branch '10364-dismissal-reason-any-comment-CE' into 'master'

CE backport for Dismissal Reasons

See merge request gitlab-org/gitlab-ce!29422
parents 9ed6e589 45a1c998
......@@ -63,6 +63,10 @@
margin-left: $grid-size;
}
.btn-group .btn + .btn {
margin-left: -1px;
}
@include media-breakpoint-down(xs) {
flex-direction: column;
......@@ -72,6 +76,11 @@
margin-left: 0;
margin-top: $grid-size;
}
.btn-group .btn + .btn {
margin-left: -1px;
margin-top: 0;
}
}
}
......
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