Commit 1ef941c5 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '42186-username-trailing-space' into 'master'

Resolve "Comment author link text has a trailing space"

Closes #42186

See merge request gitlab-org/gitlab-ce!16567
parents 5206212b 857cd633
......@@ -66,9 +66,7 @@
<template>
<div class="note-header-info">
<a :href="author.path">
<span class="note-header-author-name">
{{ author.name }}
</span>
<span class="note-header-author-name">{{ author.name }}</span>
<span class="note-headline-light">
@{{ author.username }}
</span>
......
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