fix(ui): linking a header in text breaks formatting https://github.com/logseq/db-test/issues/170

This commit is contained in:
charlie
2024-11-25 11:00:04 +08:00
parent 94e898e9b9
commit 78c426cb94
2 changed files with 5 additions and 1 deletions

View File

@@ -276,6 +276,10 @@
@apply w-5 h-5;
}
}
&.as-inline {
@apply inline;
}
}
&:has(.dsl-query), &:has(.embed-page) {