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:
Tim Abbott 2019-05-29 16:40:49 -07:00
parent 29529cf2e7
commit ac73dc81f7

View File

@ -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>