mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-10 23:19:19 +02:00
Use max height for status content
This commit is contained in:
parent
f5963f2da5
commit
2a77700102
|
@ -15,6 +15,8 @@
|
||||||
.status-content {
|
.status-content {
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
word-wrap: anywhere;
|
word-wrap: anywhere;
|
||||||
|
max-height: 600px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-content p {
|
.status-content p {
|
||||||
|
|
Loading…
Reference in New Issue