fix: mentions wrapping
This commit is contained in:
parent
cd52686fd3
commit
bc99318707
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ const avatarUrl = computed(() => defaultStore.state.disableShowingAnimatedImages
|
|||
padding: 4px 8px 4px 4px;
|
||||
border-radius: var(--radius-ellipse);
|
||||
color: var(--mention);
|
||||
white-space: nowrap;
|
||||
|
||||
&.isMe {
|
||||
color: var(--mentionMe);
|
||||
|
|
Loading…
Reference in a new issue