fixed line break

This commit is contained in:
PhilReact 2025-02-27 21:43:20 +02:00
parent e8d0c81996
commit b4cc55b6e9

View File

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