mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
settings: Remove rendered_markdown from settings overlay.
It's not clear why we added this (I didn't notice it in review), and
it seems to have been in error, since none of the previous CSS in
5c36918c17 applied to that overlay.
So reverting that hunk.
See #12435 for the original investigation.
This commit is contained in:
parent
29529cf2e7
commit
ac73dc81f7
@ -1,4 +1,4 @@
|
||||
<div id="settings_page" class="new-style overlay-content modal-bg rendered_markdown">
|
||||
<div id="settings_page" class="new-style overlay-content modal-bg">
|
||||
<div class="settings-header mobile">
|
||||
<i class="fa fa-chevron-left" aria-hidden="true"></i>
|
||||
<h1>{{ _('Settings') }}<span class="section"></span></h1>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user