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 4ed27d9 commit f8fc980Copy full SHA for f8fc980
docs/src/content/docs/index.mdx
@@ -495,18 +495,22 @@ code > [data-line]::before {
495
496
/* Other styling */
497
display: inline-block;
498
- width: 1rem;
+ width: 0.75rem;
499
margin-right: 2rem;
500
text-align: right;
501
color: gray;
502
}
503
504
code[data-line-numbers-max-digits="2"] > [data-line]::before {
505
- width: 2rem;
+ width: 1.25rem;
506
507
508
code[data-line-numbers-max-digits="3"] > [data-line]::before {
509
- width: 3rem;
+ width: 1.75rem;
510
+}
511
+
512
+code[data-line-numbers-max-digits="4"] > [data-line]::before {
513
+ width: 2.25rem;
514
515
```
516
0 commit comments