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> <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 { BACK_URL_PARAM } from '~/releases/constants';
import { setUrlParams } from '~/lib/utils/url_utility'; import { setUrlParams } from '~/lib/utils/url_utility';
...@@ -8,7 +8,6 @@ export default { ...@@ -8,7 +8,6 @@ export default {
components: { components: {
GlLink, GlLink,
GlBadge, GlBadge,
GlIcon,
GlButton, GlButton,
}, },
directives: { directives: {
...@@ -55,11 +54,10 @@ export default { ...@@ -55,11 +54,10 @@ export default {
v-gl-tooltip v-gl-tooltip
category="primary" category="primary"
variant="default" variant="default"
icon="pencil"
class="gl-mr-3 js-edit-button ml-2 pb-2" class="gl-mr-3 js-edit-button ml-2 pb-2"
:title="__('Edit this release')" :title="__('Edit this release')"
:href="editLink" :href="editLink"
> />
<gl-icon name="pencil" />
</gl-button>
</div> </div>
</template> </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