Use max height for status content

This commit is contained in:
r 2020-01-11 07:26:00 +00:00
parent f5963f2da5
commit 2a77700102

View file

@ -15,6 +15,8 @@
.status-content {
margin: 4px 0;
word-wrap: anywhere;
max-height: 600px;
overflow: auto;
}
.status-content p {