We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ce7e5 commit 691d24cCopy full SHA for 691d24c
assets/css/v2/style.css
@@ -978,6 +978,17 @@ blockquote p:last-child {
978
}
979
980
/* Codeblocks */
981
+.highlight {
982
+ position: relative;
983
+ z-index: -1;
984
+
985
+ code .cl {
986
987
+ width: 100%;
988
+ white-space: pre-wrap;
989
+ }
990
+}
991
992
.highlight-mf {
993
grid-column: 1 / -1 !important;
994
position: relative;
0 commit comments