From 97822564837a45b37c5466b5d68b79308a90c35d Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 27 Aug 2024 11:58:58 +0000 Subject: [PATCH] Update src/styles/tiptap.scss --- src/styles/tiptap.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/tiptap.scss b/src/styles/tiptap.scss index bf354c2..0966f16 100644 --- a/src/styles/tiptap.scss +++ b/src/styles/tiptap.scss @@ -87,8 +87,8 @@ padding: 5px 0px 15px 0px; border-radius: 0px; border-bottom: solid 1px rgb(255 255 255 / 10%); +} - .ProseMirror { - min-height: 75px; - } -} \ No newline at end of file +.ProseMirror { + min-height: 75px; + } \ No newline at end of file