We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783a542 commit 624b8efCopy full SHA for 624b8ef
1 file changed
client/src/components/Workflow/Invocation/Graph/InvocationGraph.vue
@@ -202,7 +202,7 @@ function stepClicked(nodeId: number | null) {
202
</div>
203
<BCard v-if="activeNodeId !== null" ref="stepCard" class="mt-2" no-body>
204
<BCardHeader
205
- class="d-flex justify-content-between align-items-center px-3 py-2"
+ class="d-flex justify-content-between align-items-center px-3 py-1"
206
:class="activeNodeId !== null ? steps[activeNodeId]?.headerClass : ''">
207
<WorkflowInvocationStepHeader
208
class="w-100 pr-2"
0 commit comments