Skip to content

Commit f565bb4

Browse files
unset max width for invocation view progress bars to show them fully
Fixes #22329
1 parent 058702d commit f565bb4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ async function onCancel() {
581581
// progress bar shrinks to fit divs on either side
582582
flex-grow: 1;
583583
flex-shrink: 1;
584-
max-width: 50%;
585584
586585
.steps-progress,
587586
.jobs-progress {

0 commit comments

Comments
 (0)