summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShittyKopper <shittykopper@w.on-t.work>2024-01-31 16:01:14 +0300
committerShittyKopper <shittykopper@w.on-t.work>2024-02-04 15:21:57 +0300
commitbc993187075f2a355ebc8a323d73196a324a089d (patch)
treef112c4453ef55efd0d2a965ae9e1f964fd0fe676
parentfix: click to open on quotes (diff)
downloadsharkey-bc993187075f2a355ebc8a323d73196a324a089d.tar.gz
sharkey-bc993187075f2a355ebc8a323d73196a324a089d.tar.bz2
sharkey-bc993187075f2a355ebc8a323d73196a324a089d.zip
fix: mentions wrapping
-rw-r--r--packages/frontend/src/components/MkMention.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/components/MkMention.vue b/packages/frontend/src/components/MkMention.vue
index 4d42053657..8aeacd361e 100644
--- a/packages/frontend/src/components/MkMention.vue
+++ b/packages/frontend/src/components/MkMention.vue
@@ -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);