Commit 81ed07bd authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'nfriend-fix-release-edit-button-size' into 'master'

Fix size of edit button on "Releases" page

See merge request gitlab-org/gitlab!42779
parents dc522d8d c734bc68
<script>
import { GlTooltipDirective, GlLink, GlBadge, GlButton, GlIcon } from '@gitlab/ui';
import { GlTooltipDirective, GlLink, GlBadge, GlButton } from '@gitlab/ui';
import { BACK_URL_PARAM } from '~/releases/constants';
import { setUrlParams } from '~/lib/utils/url_utility';
......@@ -8,7 +8,6 @@ export default {
components: {
GlLink,
GlBadge,
GlIcon,
GlButton,
},
directives: {
......@@ -55,11 +54,10 @@ export default {
v-gl-tooltip
category="primary"
variant="default"
icon="pencil"
class="gl-mr-3 js-edit-button ml-2 pb-2"
:title="__('Edit this release')"
:href="editLink"
>
<gl-icon name="pencil" />
</gl-button>
/>
</div>
</template>
---
title: Fix size of edit button on releases page
merge_request: 42779
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