fix: padding inside the blockquotes inside list items (#4983)

This commit is contained in:
M. Palanikannan 2024-07-01 15:18:21 +05:30 committed by GitHub
parent 184c3332eb
commit fa2cfbbb1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,11 @@
height: 0;
}
.ProseMirror li blockquote {
margin-top: 10px;
padding-inline-start: 1em;
}
/* block quotes */
.ProseMirror blockquote {
font-style: normal;