From bb67cd4fc296769deaf69f9bde3c7f1088f3e6bb Mon Sep 17 00:00:00 2001 From: Jack Andrews Date: Wed, 6 Nov 2024 23:01:54 +0000 Subject: [PATCH] chore: shrink editor size --- apps/client/styles/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/styles/globals.css b/apps/client/styles/globals.css index 5f154a818..5331128d4 100644 --- a/apps/client/styles/globals.css +++ b/apps/client/styles/globals.css @@ -520,6 +520,7 @@ overflow-y: auto; max-height: 70vh; min-height: 10vh; + font-size: 0.9rem !important; } .ProseMirror ol {