From 91288aff52b7e579ab96cb824d562a205011bbbf Mon Sep 17 00:00:00 2001 From: David Bell Date: Wed, 2 Mar 2016 16:10:37 +0000 Subject: [PATCH] The rotating box between Top 10 devices, and Top 10 ports is not wide enough when it is on the Top 10 ports. This causes the box to extend down over the Summary box below. --- html/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/styles.css b/html/css/styles.css index ead23f4072..176c7da147 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -488,7 +488,7 @@ a.list-device-disabled, a.list-device-disabled:visited { } .box { - width: 350px; + width: 500px; height: 300px; padding: 0px; vertical-align: center;