Commit c734bc68 authored by Nathan Friend's avatar Nathan Friend

Fix size of edit button on Releases page

This commit fixes the size of the edit button on the "Releases" page.
parent 60e36e72
<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