mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: padding inside the blockquotes inside list items (#4983)
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.ProseMirror li blockquote {
|
||||
margin-top: 10px;
|
||||
padding-inline-start: 1em;
|
||||
}
|
||||
|
||||
/* block quotes */
|
||||
.ProseMirror blockquote {
|
||||
font-style: normal;
|
||||
|
||||
Reference in New Issue
Block a user