UX: Prevent reply to name from being longer than 400px (#18623)

This commit is contained in:
Pixlz 2022-10-17 14:09:49 -04:00 committed by GitHub
parent 1d91b222da
commit 3a204f72d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;