From 0ae720a1a8b6482e4fad665f53667a6c72a023b9 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Sun, 20 Dec 2020 00:55:58 -0500 Subject: [PATCH] Update min-width for active session cards --- src/assets/css/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/dashboard.css b/src/assets/css/dashboard.css index 1ed56ab932..35d50d1251 100644 --- a/src/assets/css/dashboard.css +++ b/src/assets/css/dashboard.css @@ -287,7 +287,7 @@ div[data-role=controlgroup] a.ui-btn-active { } .activeSession { - min-width: 15rem; + min-width: 20rem; width: 100% !important; }