aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-06-20 14:07:57 +0000
committerr <r@freesoftwareextremist.com>2020-06-20 14:07:57 +0000
commit626369c317f8fcda6491af90ac27bb68129459bb (patch)
tree8082bcc5c94a04aeabe10b2bd81cf56b864b2830 /static
parent34c1d087afd26b2ca8426333c02c943d13f3fdb0 (diff)
downloadbloat-626369c317f8fcda6491af90ac27bb68129459bb.tar.gz
bloat-626369c317f8fcda6491af90ac27bb68129459bb.zip
Fix status overflow
Diffstat (limited to 'static')
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index b94c0cb..8eb321d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -53,6 +53,7 @@
.status {
flex: 1;
+ overflow-x: auto;
}
.status-dname {