Paragraph integration for rich text editor (#10008)

* integrates paragraph refactor in rich text editor
* minor CSS changes to accomodate this
* bumps rich text editor version to 0.22.0
This commit is contained in:
alunturner 2023-01-31 09:45:34 +00:00 committed by GitHub
parent 43c67ce4bf
commit 39f5fc034f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 13 deletions

View file

@ -639,8 +639,8 @@ $left-gutter: 64px;
list-style-type: disc;
}
/* Remove top and bottom margin for better consecutive list display */
> :is(ol, ul) {
/* Remove top and bottom margin for better display in rich text editor output */
:is(p, ol, ul) {
margin-top: 0;
margin-bottom: 0;
}