mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
agent sessions - better layout for session details row
This commit is contained in:
@@ -181,6 +181,7 @@
|
|||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&:not(.has-badge) {
|
&:not(.has-badge) {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -203,10 +204,6 @@
|
|||||||
.agent-session-status {
|
.agent-session-status {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
|
|
||||||
/* In case the changes toolbar to the left is greedy, we give up space */
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user