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 64d2717 commit 2342c86Copy full SHA for 2342c86
styles/text.scss
@@ -125,3 +125,8 @@ div.code-desc {
125
tt.docutils.literal {
126
@apply border border-gray-40 text-red-70 rounded-md px-1 mx-1 break-words;
127
}
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