fixed line break display

This commit is contained in:
PhilReact 2025-02-27 21:41:57 +02:00
parent b479cbe32f
commit ee40ea8be0

View File

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