added lines and lines to errors
This commit is contained in:
parent
2a8e93e4be
commit
93bd4dc8fe
3 changed files with 22 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue