From ef25e83794f59d0f3afe8d453b7b3440f597f901 Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 15 Oct 2019 18:29:00 +0100 Subject: [PATCH] Added info-item-wifi class --- app/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/css/custom.css b/app/css/custom.css index ccfc6289..116f0617 100644 --- a/app/css/custom.css +++ b/app/css/custom.css @@ -78,6 +78,11 @@ a.nav-link.active { float: left; } +.info-item-wifi { + width: 6rem; + float: left; +} + .webconsole { width:100%; height:100%;