Fix pasting into event summary

This commit is contained in:
Jon Staab
2026-05-04 16:15:21 -07:00
parent ca3270437d
commit 89f5d8cdf5
+1 -1
View File
@@ -332,7 +332,7 @@
.input-editor .tiptap {
--tiptap-object-bg: var(--color-base-200);
@apply input h-auto p-[.65rem];
@apply input block h-auto p-[.65rem];
}
/* link-content, based on tiptap */