Commit 81e4272c authored by Phil Hughes's avatar Phil Hughes

Merge branch 'add-missing-bottom-padding-in-settings' into 'master'

Add missing bottom padding in CI/CD settings

Closes #30204

See merge request gitlab-org/gitlab!19284
parents d8151892 4d19131c
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
%button.btn.btn-default.js-settings-toggle{ type: 'button' } %button.btn.btn-default.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand') = expanded ? _('Collapse') : _('Expand')
%p.append-bottom-0 %p
= render "ci/variables/content" = render "ci/variables/content"
---
title: Add missing bottom padding in CI/CD settings
merge_request: 19284
author: George Tsiolis
type: fixed
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