fixed line break

This commit is contained in:
PhilReact 2025-02-27 21:42:53 +02:00
parent e90c18267f
commit 14cfaf5c0c

View File

@ -113,6 +113,11 @@
pointer-events: none;
}
.tiptap p:empty::before {
content: '';
display: inline-block;
}
.tiptap a {
color: cadetblue
}