mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
design: Fix missing rendered_markdown class on /me content.
There may be a deeper issue that various JavaScript logic expects every message to have a `.message_content` element, but we definitely should have the `.rendered_markdown` class on any markdown content. Fixes #13634.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<i class="zulip-icon bot" aria-label="{{t 'Bot' }}"></i>
|
||||
{{/if}}
|
||||
|
||||
<span class="status-message auto-select">
|
||||
<span class="rendered_markdown status-message auto-select">
|
||||
{{{ status_message }}}
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user