diff options
| author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-20 13:42:27 -0500 |
|---|---|---|
| committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-20 13:42:27 -0500 |
| commit | ef0c87f67f56564de8ae88d215e99146015cebdb (patch) | |
| tree | 3c0e9e3d9adeedd674e07e537f30becd51d70423 | |
| parent | 832cdd3d516698d0e6a7257b3d94292819a0436a (diff) | |
| download | gitlab-ce-ef0c87f67f56564de8ae88d215e99146015cebdb.tar.gz | |
Add margin to top of form actions
| -rw-r--r-- | app/assets/stylesheets/pages/help.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/help.scss b/app/assets/stylesheets/pages/help.scss index 604f1700cf8..ee95bdf488e 100644 --- a/app/assets/stylesheets/pages/help.scss +++ b/app/assets/stylesheets/pages/help.scss @@ -59,8 +59,10 @@ position: relative; overflow-y: auto; padding: 15px; + .form-actions { margin: -$gl-padding+1; + margin-top: 15px; } } |
