editor: ensure consistent gap between heading and first element in callout (#7757)

This commit is contained in:
Ammar Ahmed
2025-03-12 13:11:14 +05:00
committed by GitHub
parent 651f6011b8
commit 2878f1d9cf

View File

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