feat(print): improve code notes

This commit is contained in:
Elian Doran 2025-02-01 01:16:35 +02:00
parent 6ad19198c6
commit 81755d804b
No known key found for this signature in database

View File

@ -151,4 +151,12 @@ span[style] {
.include-note .include-note-content { .include-note .include-note-content {
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;
} }