fix: stabilize code queue runtime and trace flow
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -3181,6 +3181,15 @@ input:focus, select:focus, textarea:focus { border-color: var(--accent-2); }
|
||||
color: var(--accent-2);
|
||||
white-space: nowrap;
|
||||
}
|
||||
.codex-trace-step-inline-summary {
|
||||
min-width: 80px;
|
||||
flex: 1 1 180px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
color: #a7c7c3;
|
||||
font-size: 11px;
|
||||
}
|
||||
.codex-trace-step.error > summary .codex-output-channel {
|
||||
color: var(--danger);
|
||||
border-color: rgba(207, 106, 84, 0.52);
|
||||
|
||||
Reference in New Issue
Block a user