Commit eca8e74b authored by Jiaan Louw's avatar Jiaan Louw Committed by Enrique Alcántara

Fix missing padding in custody report dropdown

parent 3f739faf
......@@ -76,7 +76,7 @@ export default {
</gl-button>
</template>
<gl-dropdown-form>
<gl-form :action="mergeCommitsCsvExportPath" method="GET">
<gl-form :action="mergeCommitsCsvExportPath" class="gl-px-3" method="GET">
<gl-form-group
:label="$options.strings.mergeCommitInputLabel"
: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