mirror of
https://git.freesoftwareextremist.com/bloat
synced 2024-11-12 17:44:10 +00:00
Use max height for status content
This commit is contained in:
parent
f5963f2da5
commit
2a77700102
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
.status-content {
|
||||
margin: 4px 0;
|
||||
word-wrap: anywhere;
|
||||
max-height: 600px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.status-content p {
|
||||
|
|
Loading…
Reference in a new issue