Commit 506a85f5 authored by Dheeraj Joshi's avatar Dheeraj Joshi

Fix alignment for DAST profile buttons

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