Skip to content

Commit

Permalink
Fixed layout in User Settings for Daily Digest Topics be the same as …
Browse files Browse the repository at this point in the history
…Excluded Topics
  • Loading branch information
eSilverStrike committed Nov 9, 2019
1 parent 33e42eb commit 725371f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public_html/layout/denim/preferences/digestblock.thtml
Expand Up @@ -16,7 +16,7 @@
<div class="compact">
<dl class="form_block">
<dt><label>{lang_topics}</label></dt>
<dd>{email_topic_checklist}</dd>
<dd class="controls_text"><div id="email_topics" class="uk-scrollable-box">{email_topic_checklist}</div></dd>
</dl>
</div>
</fieldset>
Expand Down
Expand Up @@ -16,7 +16,7 @@
<div class="compact">
<dl class="form_block">
<dt><label>{lang_topics}</label></dt>
<dd>{email_topic_checklist}</dd>
<dd class="controls_text"><div id="email_topics" class="uk-panel uk-panel-scrollable">{email_topic_checklist}</div></dd>
</dl>
</div>
</fieldset>
Expand Down

0 comments on commit 725371f

Please sign in to comment.