Skip to content

Commit 624b8ef

Browse files
make currently viewed step header shorter
1 parent 783a542 commit 624b8ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/Workflow/Invocation/Graph/InvocationGraph.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function stepClicked(nodeId: number | null) {
202202
</div>
203203
<BCard v-if="activeNodeId !== null" ref="stepCard" class="mt-2" no-body>
204204
<BCardHeader
205-
class="d-flex justify-content-between align-items-center px-3 py-2"
205+
class="d-flex justify-content-between align-items-center px-3 py-1"
206206
:class="activeNodeId !== null ? steps[activeNodeId]?.headerClass : ''">
207207
<WorkflowInvocationStepHeader
208208
class="w-100 pr-2"

0 commit comments

Comments
 (0)