From 9a79879cfe9e3893aee8da5f662b6c700002ca4b Mon Sep 17 00:00:00 2001 From: Chris Bobbe Date: Wed, 11 Oct 2023 14:15:59 -0700 Subject: [PATCH] content: Render @topic mentions correctly Fixes: #5746 --- src/webview/static/base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/webview/static/base.css b/src/webview/static/base.css index d39d62214d5..81d5d61647c 100644 --- a/src/webview/static/base.css +++ b/src/webview/static/base.css @@ -506,6 +506,9 @@ th, td { color: white; } +/* TODO differentiate these three kinds of mentions */ +/* TODO differentiate on .user-mention-me (whether mention includes self-user) */ +.topic-mention, .user-group-mention, .user-mention { white-space: nowrap;