From f2addec577326bcc3df40403c6d7ad2287c5c6fd Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 11 Sep 2023 21:07:36 -0400 Subject: [PATCH] Fixed centering of text in dashboard labels --- css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index 5702935..5f4bcb8 100644 --- a/css/custom.css +++ b/css/custom.css @@ -107,11 +107,11 @@ .Dashboard .settings-info p span:nth-child(2) { display: inline-block; word-break: break-all; - max-width: 150px; + /* max-width: 150px; */ overflow: hidden; - max-height: 16px; + /* max-height: 16px; */ position: relative; - top: 2px + top: 2px; } .Dashboard .router-status-info .settings-info p span:nth-child(2) {