editor: fix hidden collapse/expand icon when callout title is empty (#9220)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2026-01-16 13:06:43 +05:00
committed by GitHub
parent c4bbceef67
commit 751d0ca861

View File

@@ -965,6 +965,10 @@ del.diffdel {
display: none !important;
}
.ProseMirror div.callout > :is(h1, h2, h3, h4, h5, h6):first-child.empty::after {
display: inline-block !important;
}
@media screen and (max-width: 768px) {
.ProseMirror h1::after,
.ProseMirror h2::after,