mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +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);
|
||||
p {
|
||||
margin: 0 0 @default_paragraph_spacing 0;
|
||||
line-height: @default_line_height;
|
||||
span {
|
||||
line-height: @default_line_height;
|
||||
}
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue