Commit 08c8a8d6 authored by Mark Florian's avatar Mark Florian

Add spacing between analyzer name and variables

Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/263774.
parent 99cfd8bc
......@@ -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