Skip to content

Commit

Permalink
content: Render @topic mentions correctly
Browse files Browse the repository at this point in the history
Fixes: zulip#5746
  • Loading branch information
chrisbobbe committed Oct 18, 2023
1 parent 0a9682a commit 9a79879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/webview/static/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9a79879

Please sign in to comment.