Show log in a monospaced font
Makes it easier for users to edit it as timestamps, etc., better align.
This commit is contained in:
parent
3ab3e93a28
commit
acf48595f3
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
|||
width: 100%;
|
||||
resize: none;
|
||||
min-height: 100px;
|
||||
|
||||
font-family: Monaco, Consolas, 'Courier New', Courier, monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue