Skip to content

Commit

Permalink
content: Render @topic mentions correctly
Browse files Browse the repository at this point in the history
Fixes: #5746
  • Loading branch information
chrisbobbe authored and gnprice committed Oct 20, 2023
1 parent 05b7332 commit 0f3cbae
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 0f3cbae

Please sign in to comment.