Unverified Commit 16e78182 authored by John Chilton's avatar John Chilton Committed by GitHub
Browse files

Merge pull request #19849 from ahmedhamidawan/add_spacing_to_workflow_annotation_right_content

[24.2] Add spacing between workflow author and invocation count
parents 317f6f09 df2ff299
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>