mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix line height in editor preview in member module
This commit is contained in:
parent
2cca84bd3f
commit
671e452e6b
2 changed files with 5 additions and 1 deletions
|
|
@ -12,6 +12,10 @@
|
|||
cursor: text;
|
||||
}
|
||||
|
||||
.editor_preview p {
|
||||
margin-bottom: @default_paragraph_spacing !important;
|
||||
}
|
||||
|
||||
.editor_iframe {
|
||||
width: 100%;
|
||||
height: 440px;
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue