Show log in a monospaced font

Makes it easier for users to edit it as timestamps, etc., better align.
This commit is contained in:
Daniel Gasienica 2018-03-05 18:01:33 -05:00
parent 3ab3e93a28
commit acf48595f3

View file

@ -15,6 +15,9 @@
width: 100%;
resize: none;
min-height: 100px;
font-family: Monaco, Consolas, 'Courier New', Courier, monospace;
font-size: 12px;
}
}
}