From 333be1996dc89b0500e8000d1a509ff959fa2b62 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Mon, 27 Apr 2026 15:17:56 +0200 Subject: [PATCH] Add a small light border around the text editor --- frontend/src/components/input/editor/TipTap.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/input/editor/TipTap.vue b/frontend/src/components/input/editor/TipTap.vue index d233b3e1a..3262c7917 100644 --- a/frontend/src/components/input/editor/TipTap.vue +++ b/frontend/src/components/input/editor/TipTap.vue @@ -894,6 +894,7 @@ watch( &.tiptap__editor-is-edit-enabled { min-block-size: 10rem; + border: 1px solid var(--grey-200); .ProseMirror { padding: .5rem;