Fix #1050 inconsistent line height between .xe_content, p, span

This commit is contained in:
Kijin Sung 2018-08-04 21:11:36 +09:00
parent f8c42cc10b
commit 2ce08ffa71

View file

@ -33,6 +33,10 @@ a img {
.word_break(@default_word_break); .word_break(@default_word_break);
p { p {
margin: 0 0 @default_paragraph_spacing 0; margin: 0 0 @default_paragraph_spacing 0;
line-height: @default_line_height;
span {
line-height: @default_line_height;
}
} }
img { img {
max-width: 100%; max-width: 100%;