Commit 696c4b61 authored by Nathan Friend's avatar Nathan Friend

Fix clickable width of release asset links

This commit updates the asset links on the Releases page so that they
can't be accidentally clicked by clicking in the whitespace next to
link.
parent f20dcfad
......@@ -119,7 +119,7 @@ export default {
{{ section.title }}
</h5>
<ul :key="`section-body-${index}`" class="list-unstyled gl-m-0">
<li v-for="link in section.links" :key="link.url">
<li v-for="link in section.links" :key="link.url" class="gl-display-flex">
<gl-link
:href="link.directAssetUrl || link.url"
class="gl-display-flex gl-align-items-center gl-line-height-24"
......
---
title: Fix clickable width of release asset links
merge_request: 42757
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