From 7bb70bb659ee431bf7898dca71e3e23b81407e6a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Jul 2024 12:03:40 +0300 Subject: [PATCH] client: Allow newlines in toast message --- src/public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index c64b527d5..a9659548d 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -686,6 +686,10 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href color: var(--main-text-color) !important; } +.toast-body { + white-space: preserve-breaks; +} + .ck-mentions .ck-button { font-size: var(--detail-font-size) !important; padding: 5px;