From 626369c317f8fcda6491af90ac27bb68129459bb Mon Sep 17 00:00:00 2001 From: r Date: Sat, 20 Jun 2020 14:07:57 +0000 Subject: Fix status overflow --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static') 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 { -- cgit v1.2.3