fix: make numbers right aligned similar to IDE
This commit is contained in:
parent
94c1a30760
commit
e499845590
@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
.line-number::before {
|
||||
@apply pr-4 -ml-2 text-gray-400;
|
||||
@apply mr-4 -ml-2 text-gray-400 inline-block w-4 text-right;
|
||||
content: attr(line);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user