Skip to content

Commit a65565f

Browse files
committed
Hide vertical line to the right of line no in code blocks
Former-commit-id: 2342c86
1 parent 97f9900 commit a65565f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles/text.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,8 @@ div.code-desc {
125125
tt.docutils.literal {
126126
@apply border border-gray-40 text-red-70 rounded-md px-1 mx-1 break-words;
127127
}
128+
129+
/* Override border on line numbers in code blocks */
130+
.line-numbers .line-numbers-rows {
131+
border-right: none !important;
132+
}

0 commit comments

Comments
 (0)