Commit f1b8a753 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'jl-resolve-missing-custody-report-padding' into 'master'

Fix missing padding in custody report dropdown

See merge request gitlab-org/gitlab!47927
parents 9546e89c eca8e74b
...@@ -76,7 +76,7 @@ export default { ...@@ -76,7 +76,7 @@ export default {
</gl-button> </gl-button>
</template> </template>
<gl-dropdown-form> <gl-dropdown-form>
<gl-form :action="mergeCommitsCsvExportPath" method="GET"> <gl-form :action="mergeCommitsCsvExportPath" class="gl-px-3" method="GET">
<gl-form-group <gl-form-group
:label="$options.strings.mergeCommitInputLabel" :label="$options.strings.mergeCommitInputLabel"
:invalid-feedback="$options.strings.mergeCommitInvalidMessage" :invalid-feedback="$options.strings.mergeCommitInvalidMessage"
......
---
title: Fix missing padding in custody report dropdown
merge_request: 47927
author:
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