Commit fe0acb89 authored by Dheeraj Joshi's avatar Dheeraj Joshi

Fix DAST Summary edit button vertical alignment

Changelog: fixed
parent 6726348b
...@@ -132,7 +132,7 @@ export default { ...@@ -132,7 +132,7 @@ export default {
:title="$options.i18n.editProfileLabel" :title="$options.i18n.editProfileLabel"
:aria-label="$options.i18n.editProfileLabel" :aria-label="$options.i18n.editProfileLabel"
:href="selectedProfile.editPath" :href="selectedProfile.editPath"
class="gl-absolute gl-right-7" class="gl-absolute gl-right-7 gl-z-index-1"
/> />
<slot name="summary"></slot> <slot name="summary"></slot>
</div> </div>
......
---
title: Fix DAST Profile Summary edit button alignment
merge_request: 62057
author:
type: fixed
...@@ -292,7 +292,7 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`] ...@@ -292,7 +292,7 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
> >
<a <a
aria-label="Edit profile" aria-label="Edit profile"
class="btn gl-absolute gl-right-7 btn-default btn-md gl-button btn-icon" class="btn gl-absolute gl-right-7 gl-z-index-1 btn-default btn-md gl-button btn-icon"
href="/scanner_profile/edit/1" href="/scanner_profile/edit/1"
title="Edit profile" title="Edit profile"
> >
......
...@@ -292,7 +292,7 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = ` ...@@ -292,7 +292,7 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
> >
<a <a
aria-label="Edit profile" aria-label="Edit profile"
class="btn gl-absolute gl-right-7 btn-default btn-md gl-button btn-icon" class="btn gl-absolute gl-right-7 gl-z-index-1 btn-default btn-md gl-button btn-icon"
href="/site_profiles/edit/1" href="/site_profiles/edit/1"
title="Edit profile" title="Edit profile"
> >
......
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