mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
client: Allow newlines in toast message
This commit is contained in:
@@ -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;
|
color: var(--main-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toast-body {
|
||||||
|
white-space: preserve-breaks;
|
||||||
|
}
|
||||||
|
|
||||||
.ck-mentions .ck-button {
|
.ck-mentions .ck-button {
|
||||||
font-size: var(--detail-font-size) !important;
|
font-size: var(--detail-font-size) !important;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user