Fix line height in editor preview in member module

This commit is contained in:
Kijin Sung 2017-12-01 17:26:11 +09:00
parent 2cca84bd3f
commit 671e452e6b
2 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,10 @@
cursor: text;
}
.editor_preview p {
margin-bottom: @default_paragraph_spacing !important;
}
.editor_iframe {
width: 100%;
height: 440px;

View file

@ -1,4 +1,4 @@
<load target="css/config.css" />
<load target="css/config.less" />
<load target="js/config.js" />
<div class="x_page-header">
<h1>{$lang->cmd_member_config} <a class="x_icon-question-sign" href="./common/manual/admin/index.html#UMAN_member_config" target="_blank">{$lang->help}</a></h1>