We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fba58 commit 2c598eaCopy full SHA for 2c598ea
1 file changed
client/src/components/Workflow/WorkflowNavigationTitle.vue
@@ -136,9 +136,9 @@ async function rerunWorkflow() {
136
137
<div class="position-relative">
138
<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">
+ <div class="py-1 align-items-center" data-description="workflow heading">
140
<slot name="before-icon" />
141
- <FontAwesomeIcon :icon="faSitemap" fixed-width />
+ <FontAwesomeIcon class="mr-1" :icon="faSitemap" fixed-width />
142
<b> {{ props.invocation ? "Invoked " : "" }}Workflow: {{ getWorkflowName() }} </b>
143
<span>(Version: {{ workflow.version + 1 }})</span>
144
</div>
0 commit comments