Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 7bb70bb

Browse files
committed
client: Allow newlines in toast message
1 parent b508b5b commit 7bb70bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/public/stylesheets/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,10 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
686686
color: var(--main-text-color) !important;
687687
}
688688

689+
.toast-body {
690+
white-space: preserve-breaks;
691+
}
692+
689693
.ck-mentions .ck-button {
690694
font-size: var(--detail-font-size) !important;
691695
padding: 5px;

0 commit comments

Comments
 (0)