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;