fix styling

This commit is contained in:
Jannis R
2016-10-19 14:03:33 +02:00
parent 6c6ad6d660
commit c4b60b8552

View File

@@ -37,9 +37,11 @@
}
.logs {
margin: 0;
max-width: 100%;
white-space: pre-line;
word-wrap: break-word;
color: #aaa;
}
.stopped {
@@ -47,13 +49,6 @@
padding: 1em 0;
}
.log {
margin: 0;
white-space: nowrap;
overflow: visible;
color: #aaa;
}
.container {
width: 100%;
}