refac: rich text input styling

This commit is contained in:
Timothy J. Baek
2024-10-19 03:15:40 -07:00
parent 6d25d23326
commit e252ca1dc4
6 changed files with 21 additions and 31 deletions

View File

@@ -189,7 +189,7 @@ input[type='number'] {
}
.ProseMirror {
@apply h-full -translate-y-[1px];
@apply h-full min-h-fit max-h-full;
}
.ProseMirror:focus {