Commit 4de3d0b1 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'fix-trailing-space-mr-widget' into 'master'

Refactored the anchor tag to remove the trailing space in the target branch

Closes #32445

See merge request !11463
parents 64ca2341 bba9fade
...@@ -92,10 +92,7 @@ export default { ...@@ -92,10 +92,7 @@ export default {
:class="{'label-truncated has-tooltip': isBranchTitleLong(mr.targetBranch)}" :class="{'label-truncated has-tooltip': isBranchTitleLong(mr.targetBranch)}"
:title="isBranchTitleLong(mr.targetBranch) ? mr.targetBranch : ''" :title="isBranchTitleLong(mr.targetBranch) ? mr.targetBranch : ''"
data-placement="bottom"> data-placement="bottom">
<a <a :href="mr.targetBranchPath">{{mr.targetBranch}}</a>
:href="mr.targetBranchPath">
{{mr.targetBranch}}
</a>
</span> </span>
</strong> </strong>
<span <span
......
---
title: Refactored the anchor tag to remove the trailing space in the target branch
merge_request:
author:
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