From b5ca78a2e6efa8becc561639e8e9cdf0ab5797df Mon Sep 17 00:00:00 2001 From: r Date: Tue, 2 Jun 2020 18:12:47 +0000 Subject: Fix status width --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 40960d7..8410c77 100644 --- a/static/style.css +++ b/static/style.css @@ -52,6 +52,7 @@ } .status { + flex: 1; } .status-dname { -- cgit v1.2.3