mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +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>
|
<i class="zulip-icon bot" aria-label="{{t 'Bot' }}"></i>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<span class="status-message auto-select">
|
<span class="rendered_markdown status-message auto-select">
|
||||||
{{{ status_message }}}
|
{{{ status_message }}}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user