mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:20:43 +08:00
UX: Prevent reply to name from being longer than 400px (#18623)
This commit is contained in:
parent
1d91b222da
commit
3a204f72d3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user