aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-01-11 07:26:00 +0000
committerr <r@freesoftwareextremist.com>2020-01-11 07:26:00 +0000
commit2a777001022ec3f8618ce3a1c696b6317ed36111 (patch)
tree7897c7c343801f8589d0f38462f964d75d3ee1be /static
parentf5963f2da54544884f5d44c2df6ab1f50eca7ffb (diff)
downloadbloat-2a777001022ec3f8618ce3a1c696b6317ed36111.tar.gz
bloat-2a777001022ec3f8618ce3a1c696b6317ed36111.zip
Use max height for status content
Diffstat (limited to 'static')
-rw-r--r--static/main.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index 12f2a80..2b067ae 100644
--- a/static/main.css
+++ b/static/main.css
@@ -15,6 +15,8 @@
.status-content {
margin: 4px 0;
word-wrap: anywhere;
+ max-height: 600px;
+ overflow: auto;
}
.status-content p {