added lines and lines to errors

This commit is contained in:
KevinWh0 2024-02-02 21:32:08 +01:00
parent 2a8e93e4be
commit 93bd4dc8fe
3 changed files with 22 additions and 1 deletions

View file

@ -204,6 +204,8 @@ watch(v, newValue => {
min-width: calc(100% - 24px);
height: 100%;
padding: 12px;
// the +2.5 rem is because of the line numbers
padding-left: calc(12px + 2.5rem);
line-height: 1.5em;
font-size: 1em;
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;