From d29129f30112fea439fa458867056f3364f2db35 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:36:40 +0900 Subject: [PATCH] contenteditable related CSS fixes --- public/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/style.css b/public/style.css index ca2ef3897..b75b776b8 100644 --- a/public/style.css +++ b/public/style.css @@ -5461,4 +5461,9 @@ body:not(.movingUI) .drawer-content.maximized { resize: vertical; overflow: auto; min-height: 1.8em; + white-space: preserve-breaks; } + +div[contenteditable] br { + display: revert; +} \ No newline at end of file