From a5018d9a1f22bc2c51efc1bc8375f13d1e1661e3 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 27 Aug 2024 12:47:24 +0000 Subject: [PATCH] Update src/styles/tiptap.scss --- src/styles/tiptap.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/tiptap.scss b/src/styles/tiptap.scss index 69b81c3..91657d8 100644 --- a/src/styles/tiptap.scss +++ b/src/styles/tiptap.scss @@ -1,6 +1,9 @@ /* Basic editor styles */ .tiptap { /* List styles */ + p { + margin: 5px 0px; + } ul, ol { padding: 0 1rem; @@ -79,6 +82,7 @@ padding: 25px; background: #232323; color: rgba(255, 255, 255, 0.75); + margin: 10px 0; } }