feat(print): improve code block style

This commit is contained in:
Elian Doran 2025-03-04 09:29:46 +02:00
parent 6555add2aa
commit 901d2d72ae
No known key found for this signature in database

View File

@ -165,6 +165,11 @@ span[style] {
overflow: unset !important;
}
/* TODO: This will break once we translate the language */
.ck-content pre[data-language="Auto-detected"]:after {
display: none !important;
}
/*
* Code note specific fixes.
*/
@ -300,6 +305,8 @@ blockquote {
pre > code {
widows: 6;
orphans: 6;
overflow: auto;
white-space: pre-wrap !important;
}
h1,