mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
editor: ensure consistent gap between heading and first element in callout (#7757)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user