agent sessions - better layout for session details row

This commit is contained in:
Benjamin Pasero
2025-12-18 16:58:13 +01:00
parent 3c0ce891c7
commit 65f6d80fc4

View File

@@ -181,6 +181,7 @@
padding: 0 4px;
font-variant-numeric: tabular-nums;
border-radius: 5px;
overflow: hidden;
&:not(.has-badge) {
display: none;
@@ -203,10 +204,6 @@
.agent-session-status {
padding-left: 8px;
font-variant-numeric: tabular-nums;
/* In case the changes toolbar to the left is greedy, we give up space */
overflow: hidden;
text-overflow: ellipsis;
}
}