Commit f4be2749 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'djadmin-dast-fix-button-alignment' into 'master'

Fix alignment for DAST profile buttons

See merge request gitlab-org/gitlab!49706
parents 63520abf 506a85f5
......@@ -146,9 +146,13 @@ export default {
<div class="gl-text-right">
<slot name="actions" :profile="item"></slot>
<gl-button v-if="item.editPath" :href="item.editPath" class="gl-mx-5" size="small">{{
__('Edit')
}}</gl-button>
<gl-button
v-if="item.editPath"
:href="item.editPath"
class="gl-ml-3 gl-my-1"
size="small"
>{{ __('Edit') }}</gl-button
>
<gl-button
v-gl-tooltip.hover.focus
......@@ -156,7 +160,7 @@ export default {
variant="danger"
category="secondary"
size="small"
class="gl-mr-3"
class="gl-mx-3 gl-my-1"
:title="s__('DastProfiles|Delete profile')"
@click="prepareProfileDeletion(item.id)"
/>
......
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