From ee1d029502a6ad3c83d654ee22a6434ec6c5ba45 Mon Sep 17 00:00:00 2001 From: Phil Hughes <me@iamphill.com> Date: Thu, 10 Mar 2016 09:27:04 +0000 Subject: [PATCH] Fixed spacing below ldap group sync submit button Closes #346 --- app/assets/stylesheets/pages/groups.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss index 0d1c68f7502ea6..1a813bcfc3b243 100644 --- a/app/assets/stylesheets/pages/groups.scss +++ b/app/assets/stylesheets/pages/groups.scss @@ -44,3 +44,9 @@ } } } + +.ldap-group-links { + .form-actions { + margin-bottom: $gl-padding; + } +} -- GitLab