Skip to content

Commit 7e2185c

Browse files
committed
Chroma: Added code to bound the width of the codeblock
1 parent 4dda41e commit 7e2185c

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
@@ -965,6 +965,19 @@ blockquote p:last-child {
965965
}
966966

967967
/* Codeblocks */
968+
.highlight {
969+
position: relative;
970+
z-index: -1;
971+
972+
code .line {
973+
position: relative;
974+
975+
.c1 {
976+
white-space: normal;
977+
}
978+
}
979+
}
980+
968981
.highlight-mf {
969982
grid-column: 1 / -1 !important;
970983
position: relative;

0 commit comments

Comments
 (0)