fix: padding inside the blockquotes inside list items (#4983)
This commit is contained in:
parent
184c3332eb
commit
fa2cfbbb1b
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ProseMirror li blockquote {
|
||||||
|
margin-top: 10px;
|
||||||
|
padding-inline-start: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
/* block quotes */
|
/* block quotes */
|
||||||
.ProseMirror blockquote {
|
.ProseMirror blockquote {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue