From 3a204f72d3ee82fa8fa253dc513bdd310de21117 Mon Sep 17 00:00:00 2001 From: Pixlz <91509874+darkpixlz@users.noreply.github.com> Date: Mon, 17 Oct 2022 14:09:49 -0400 Subject: [PATCH] UX: Prevent reply to name from being longer than 400px (#18623) --- app/assets/stylesheets/common/base/topic-post.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index e228dd2dd7..9aebb72bd7 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -1349,6 +1349,8 @@ a.mention-group { display: flex; align-items: center; margin-right: 2em; + max-width: 400px; + overflow: hidden; img { margin: 0 0.25em;