don't wrap line-number text

This commit is contained in:
Lordfirespeed 2023-03-13 16:46:35 +00:00
parent 67a02059ba
commit b9762e0237
No known key found for this signature in database
GPG key ID: 9C01965EC9DE6690

View file

@ -200,6 +200,7 @@
.d2h-code-side-linenumber,
.d2h-code-linenumber {
/* Keep the numbers fixed on line contents scroll */
white-space: nowrap;
position: relative;
background-color: #fff;
color: rgba(0, 0, 0, 0.3);