Skip to content
Snippets Groups Projects
Commit 1ef941c5 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment