From 45a1c998a6971333ad6a3c5f2cac425c4f04e5f7 Mon Sep 17 00:00:00 2001 From: samdbeckham Date: Mon, 10 Jun 2019 13:31:16 +0100 Subject: CE backport for Dismissal Reasons https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12067 --- app/assets/stylesheets/framework/modal.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app') diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss index b721b90fbb3..3633b5a9b9a 100644 --- a/app/assets/stylesheets/framework/modal.scss +++ b/app/assets/stylesheets/framework/modal.scss @@ -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; + } } } -- cgit v1.2.1