refac: rich text input paste behaviour

This commit is contained in:
Timothy J. Baek
2024-10-25 11:51:49 -07:00
parent af3456511b
commit 0b38584e52
2 changed files with 23 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ input[type='number'] {
}
.ProseMirror {
@apply h-full min-h-fit max-h-full;
@apply h-full min-h-fit max-h-full whitespace-pre-wrap;
}
.ProseMirror:focus {