editor: any element in callout after heading should have top margin

This commit is contained in:
Ammar Ahmed
2025-03-10 12:10:25 +05:00
parent 4801cb3428
commit a7e01ce7dd

View File

@@ -698,7 +698,7 @@ p > *::selection {
margin-bottom: 1em;
}
.ProseMirror div.callout > :first-child + p {
.ProseMirror div.callout > :first-child + * {
margin-top: 1em !important;
}