Fix active device cards from getting too large/overflowing on some resolutions (#6644)

Co-authored-by: jesterr0 <jlw_4049@proton.me>
This commit is contained in:
Jessie Wilson
2025-04-11 10:19:51 -04:00
committed by GitHub
parent c574092c8b
commit f91f934b3d
+1 -1
View File
@@ -268,7 +268,7 @@ div[data-role=controlgroup] a.ui-btn-active {
}
.activeSession {
min-width: 20rem;
min-width: 10rem;
width: 100% !important;
}