From 14cfaf5c0c226819878651722d15f88c6b2f906d Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 27 Feb 2025 21:42:53 +0200 Subject: [PATCH] fixed line break --- src/components/Chat/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Chat/styles.css b/src/components/Chat/styles.css index 88ffa85..25957ab 100644 --- a/src/components/Chat/styles.css +++ b/src/components/Chat/styles.css @@ -113,6 +113,11 @@ pointer-events: none; } + .tiptap p:empty::before { + content: ''; + display: inline-block; + } + .tiptap a { color: cadetblue }