fix: make numbers right aligned similar to IDE

This commit is contained in:
PsyGik 2021-11-07 01:17:02 +05:30
parent 94c1a30760
commit e499845590

View File

@ -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);
}