Skip to content

Commit 2c598ea

Browse files
wrap invocation header workflow name and icons before that in line
1 parent f2fba58 commit 2c598ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/components/Workflow/WorkflowNavigationTitle.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ async function rerunWorkflow() {
136136

137137
<div class="position-relative">
138138
<div v-if="workflow" class="bg-secondary px-2 py-1 rounded d-flex flex-gapx-1 justify-content-between">
139-
<div class="py-1 d-flex flex-wrap align-items-center flex-gapx-1" data-description="workflow heading">
139+
<div class="py-1 align-items-center" data-description="workflow heading">
140140
<slot name="before-icon" />
141-
<FontAwesomeIcon :icon="faSitemap" fixed-width />
141+
<FontAwesomeIcon class="mr-1" :icon="faSitemap" fixed-width />
142142
<b> {{ props.invocation ? "Invoked " : "" }}Workflow: {{ getWorkflowName() }} </b>
143143
<span>(Version: {{ workflow.version + 1 }})</span>
144144
</div>

0 commit comments

Comments
 (0)