diff options
author | r <r@freesoftwareextremist.com> | 2020-01-11 07:26:00 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-01-11 07:26:00 +0000 |
commit | 2a777001022ec3f8618ce3a1c696b6317ed36111 (patch) | |
tree | 7897c7c343801f8589d0f38462f964d75d3ee1be | |
parent | f5963f2da54544884f5d44c2df6ab1f50eca7ffb (diff) | |
download | bloat-2a777001022ec3f8618ce3a1c696b6317ed36111.tar.gz bloat-2a777001022ec3f8618ce3a1c696b6317ed36111.zip |
Use max height for status content
-rw-r--r-- | static/main.css | 2 |
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 { |