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