Merge pull request #470 from rtfpessoa/tweak-css

tweak css
This commit is contained in:
Rodrigo Fernandes 2023-01-06 23:33:24 +00:00 committed by GitHub
commit d2e3705575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@
display: inline-block; display: inline-block;
white-space: nowrap; white-space: nowrap;
user-select: none; user-select: none;
width: 100%; width: auto;
/* Compensate for the absolute positioning of the line numbers */ /* Compensate for the absolute positioning of the line numbers */
padding: 0 4.5em; padding: 0 4.5em;
} }