upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit e499845590 - Show all commits

View File

@ -28,7 +28,7 @@
} }
.line-number::before { .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); content: attr(line);
} }