From 5978b98c5f50bf0a2f9ffb14d950d9a93b14ca4b Mon Sep 17 00:00:00 2001 From: James Edwards-Jones Date: Tue, 4 Dec 2018 10:31:11 +0000 Subject: Backport GroupSAML unlink changes - Improves spacing between account buttons on Profile - AccountsController#show uses locals instead of instance variables - New `display_providers_on_profile?` helper method - Adds `render_if_exists` for GroupSAMl unlink buttons See: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8682 --- app/assets/stylesheets/pages/profile.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/assets/stylesheets/pages/profile.scss') diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss index 1d691d1d8b8..132f3fea92b 100644 --- a/app/assets/stylesheets/pages/profile.scss +++ b/app/assets/stylesheets/pages/profile.scss @@ -144,11 +144,13 @@ .provider-btn-group { display: inline-block; margin-right: 10px; + margin-bottom: 10px; border: 1px solid $border-color; border-radius: 3px; &:last-child { margin-right: 0; + margin-bottom: 0; } } -- cgit v1.2.3