Set correct font and fix the follow flag

This commit is contained in:
Johannes Zellner
2017-08-07 18:26:03 +02:00
parent 737e266729
commit 534e5781ba
3 changed files with 4 additions and 3 deletions

View File

@@ -1152,10 +1152,11 @@ $graphs-success-alt: lighten(#27CE65, 20%);
.log-line-container {
width: 100%;
max-width: 100%;
height: 400px;
height: 500px;
background-color: black;
color: white;
overflow: auto;
border: none;
padding: 5px;
font-family: monospace;
}