Merge pull request #267 from PsyGik/master
fix: make line numbers in code block right aligned for a consistent UI
This commit is contained in:
commit
2239743376
@ -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