Skip to content

Commit 6fc2036

Browse files
committed
Chroma: Added code to bound the width of the codeblock
1 parent 9b107c8 commit 6fc2036

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

assets/css/v2/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,19 @@ blockquote p:last-child {
978978
}
979979

980980
/* Codeblocks */
981+
.highlight {
982+
position: relative;
983+
z-index: -1;
984+
985+
code .line {
986+
position: relative;
987+
988+
.c1 {
989+
white-space: normal;
990+
}
991+
}
992+
}
993+
981994
.highlight-mf {
982995
grid-column: 1 / -1 !important;
983996
position: relative;

0 commit comments

Comments
 (0)