From fe9a0824e37240cb2760c3ead344c2cde48b1f98 Mon Sep 17 00:00:00 2001 From: jesterr0 Date: Sun, 23 Mar 2025 01:59:52 -0400 Subject: [PATCH] fix: avoid scalable card from getting too large on some devices --- src/styles/dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/dashboard.scss b/src/styles/dashboard.scss index 4fdaa3034a..9514b19ee8 100644 --- a/src/styles/dashboard.scss +++ b/src/styles/dashboard.scss @@ -268,7 +268,7 @@ div[data-role=controlgroup] a.ui-btn-active { } .activeSession { - min-width: 20rem; + min-width: 10rem; width: 100% !important; }