Commit df2ff299 authored by Ahmed Awan's avatar Ahmed Awan
Browse files

[24.2] Add spacing between workflow author and invocation count

parent 317f6f09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ const workflowTags = computed(() => {
            </div>
            <slot name="middle-content" />
            <div class="d-flex align-items-center">
                <div class="d-flex flex-column align-items-end mr-2">
                <div class="d-flex flex-column align-items-end mr-2 flex-gapy-1">
                    <WorkflowIndicators :workflow="workflow" published-view no-edit-time />
                    <WorkflowInvocationsCount v-if="owned" class="mr-1" :workflow="workflow" />
                </div>