Commit 204e0c02 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch '263774-sast-analyzer-spacing' into 'master'

Add spacing between analyzer name and variables

See merge request gitlab-org/gitlab!57226
parents 78276844 08c8a8d6
......@@ -54,7 +54,7 @@ export default {
<dynamic-fields
v-if="hasVariables"
:disabled="!entity.enabled"
class="gl-ml-6 gl-mb-0"
class="gl-mt-3 gl-ml-6 gl-mb-0"
:entities="variables"
@input="onVariablesUpdate"
/>
......
---
title: Add spacing between analyzer name and variables in SAST Configuration UI
merge_request: 57226
author:
type: other
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