mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix horizontal wrap of pre elements
This commit is contained in:
parent
c49c69f824
commit
44add751b2
@ -478,6 +478,7 @@ button.icon-button {
|
|||||||
|
|
||||||
pre:not(.CodeMirror-line) {
|
pre:not(.CodeMirror-line) {
|
||||||
color: var(--main-text-color) !important;
|
color: var(--main-text-color) !important;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-preview-content {
|
.file-preview-content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user