From 0107a703436296c120c812c44cc461e663e1f7b6 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 18 Oct 2024 23:54:41 -0700 Subject: [PATCH] refac: styling --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index a4f3ca58e..3c3cd634e 100644 --- a/src/app.css +++ b/src/app.css @@ -189,7 +189,7 @@ input[type='number'] { } .ProseMirror { - @apply h-full; + @apply h-full -translate-y-[1px]; } .ProseMirror:focus {