Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-26 21:10:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-26 21:10:03 +0300
commit332df93cf612d3ad71e35f6dc214f9b984d45287 (patch)
treedc4439df46db6cc81979b074aba870a7830b0ffe /app/assets/javascripts/notes
parent5608dbe14d3bd0d95a78e50e0cf3f162342f013e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/notes')
-rw-r--r--app/assets/javascripts/notes/components/note_header.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/note_header.vue b/app/assets/javascripts/notes/components/note_header.vue
index bdf9ea2057c..198be51aba1 100644
--- a/app/assets/javascripts/notes/components/note_header.vue
+++ b/app/assets/javascripts/notes/components/note_header.vue
@@ -188,7 +188,10 @@ export default {
v-text="authorName"
></span>
</a>
- <span v-if="!isSystemNote && !emailParticipant" class="text-nowrap author-username">
+ <span
+ v-if="!isSystemNote && !emailParticipant"
+ class="text-nowrap author-username gl-text-truncate"
+ >
<a
ref="authorUsernameLink"
class="author-username-link"