mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-09 14:16:22 +02:00
fix paragraph display for MD from plain text editor (#10071)
This commit is contained in:
parent
cfba1b07c6
commit
41c8ab5e59
@ -640,7 +640,7 @@ $left-gutter: 64px;
|
||||
}
|
||||
|
||||
/* Remove top and bottom margin for better display in rich text editor output */
|
||||
:is(p, ol, ul) {
|
||||
:is(blockquote > p, ol, ul) {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user