mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Fix #1050 inconsistent line height between .xe_content, p, span
This commit is contained in:
parent
f8c42cc10b
commit
2ce08ffa71
1 changed files with 4 additions and 0 deletions
|
|
@ -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%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue