Commit 1ff0b1ac authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'djadmin-fix-ellipsis-styling' into 'master'

Fix styling for ellipsis in DAST Profiles

See merge request gitlab-org/gitlab!57200
parents a474f44a 3fbbe5c9
...@@ -194,7 +194,7 @@ export default { ...@@ -194,7 +194,7 @@ export default {
:title="__('More actions')" :title="__('More actions')"
> >
<template #button-content> <template #button-content>
<gl-icon name="ellipsis_v" /> <gl-icon name="ellipsis_v" class="gl-mr-0!" />
<span class="gl-sr-only">{{ __('Actions') }}</span> <span class="gl-sr-only">{{ __('Actions') }}</span>
</template> </template>
......
---
title: Fix styling for ellipsis in DAST Profiles
merge_request: 57200
author:
type: fixed
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