Skip to content

Commit 8d42a1d

Browse files
committed
Chroma: Remove hardcoding solution
1 parent 17de998 commit 8d42a1d

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

assets/css/v2/style.css

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -982,19 +982,10 @@ blockquote p:last-child {
982982
position: relative;
983983
z-index: -1;
984984

985-
code .line {
985+
code .cl {
986986
position: relative;
987-
988-
.c1 {
989-
white-space: normal;
990-
}
991-
}
992-
993-
code.language-shell {
994-
/* Special case for shell commands */
995-
.cl {
996-
white-space: normal;
997-
}
987+
width: 100%;
988+
white-space: pre-wrap;
998989
}
999990
}
1000991

0 commit comments

Comments
 (0)