Compare commits

...

2 Commits

Author SHA1 Message Date
Ammar Ahmed
a7e01ce7dd editor: any element in callout after heading should have top margin 2025-03-10 12:10:25 +05:00
Ammar Ahmed
4801cb3428 editor: ensure consistent gap between heading and paragraph in callout 2025-03-10 12:01:08 +05:00

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;