From f91f934b3de8a4ed5d0be8fce097e94d175a24fd Mon Sep 17 00:00:00 2001 From: Jessie Wilson <48299282+jessielw@users.noreply.github.com> Date: Fri, 11 Apr 2025 10:19:51 -0400 Subject: [PATCH] Fix active device cards from getting too large/overflowing on some resolutions (#6644) Co-authored-by: jesterr0 --- 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 4fdaa3034..9514b19ee 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; }