From 0449fb1d4fe6eb188baa62e82c381a91a3e10233 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Sat, 29 Dec 2018 02:18:28 +0900 Subject: [PATCH] Support horizontal scrolling for the stats table --- locust/static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locust/static/style.css b/locust/static/style.css index 8ed487377b..457180533e 100644 --- a/locust/static/style.css +++ b/locust/static/style.css @@ -258,7 +258,9 @@ a:hover { } .status table { + display: block; width: 100%; + overflow-x: auto; border-radius: 3px; border: 2px solid #11251c; border-spacing: 0;