Add a small light border around the text editor

This commit is contained in:
Melroy van den Berg 2026-04-27 15:17:56 +02:00
parent 812fa11b9b
commit 333be1996d
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
1 changed files with 1 additions and 0 deletions

View File

@ -894,6 +894,7 @@ watch(
&.tiptap__editor-is-edit-enabled {
min-block-size: 10rem;
border: 1px solid var(--grey-200);
.ProseMirror {
padding: .5rem;