Commit fd91ef48 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '321884-fix-form-styling' into 'master'

Fix spacing between dropdowns in policy editor

See merge request gitlab-org/gitlab!68205
parents c6ca19cf e9200410
...@@ -79,7 +79,7 @@ export default { ...@@ -79,7 +79,7 @@ export default {
@change="updatePolicyType" @change="updatePolicyType"
/> />
</gl-form-group> </gl-form-group>
<environment-picker v-if="shouldShowEnvironmentPicker" /> <environment-picker v-if="shouldShowEnvironmentPicker" class="gl-ml-5" />
</div> </div>
<component <component
:is="policyComponent" :is="policyComponent"
......
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