Update SuspendedSshSessionsView.vue

This commit is contained in:
Baobhan Sith
2025-05-10 14:53:04 +08:00
parent 4990eb7297
commit 65f208c407
@@ -331,7 +331,7 @@ onUnmounted(() => {
}
/* Apply styles when the container 'suspended-sessions-view-pane' is narrower than 480px */
@container suspended-sessions-view-pane (max-width: 320px) {
@container suspended-sessions-view-pane (max-width: 300px) {
.button-session-text {
display: none;
}