mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
feat(print): improve code notes
This commit is contained in:
parent
6ad19198c6
commit
81755d804b
@ -152,3 +152,11 @@ span[style] {
|
|||||||
max-height: unset !important;
|
max-height: unset !important;
|
||||||
overflow: unset !important;
|
overflow: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Code note specific fixes.
|
||||||
|
*/
|
||||||
|
.note-detail-code pre {
|
||||||
|
border: unset !important;
|
||||||
|
border-radius: unset !important;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user