mirror of
https://github.com/zadam/trilium.git
synced 2025-02-20 21:13:11 +08:00
fix horizontal wrap of pre elements
This commit is contained in:
parent
c49c69f824
commit
44add751b2
1 changed files with 1 additions and 0 deletions
|
@ -478,6 +478,7 @@ button.icon-button {
|
|||
|
||||
pre:not(.CodeMirror-line) {
|
||||
color: var(--main-text-color) !important;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.file-preview-content {
|
||||
|
|
Loading…
Reference in a new issue