fix: fix tags dropdown and executions status spcing

This commit is contained in:
Alex Grozav 2023-07-18 16:18:54 +03:00
parent bffa67bcfb
commit 522015f5b4
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,7 @@
> >
{{ executionUIDetails.label }} {{ executionUIDetails.label }}
</n8n-text> </n8n-text>
{{ ' ' }}
<n8n-text v-if="executionUIDetails.name === 'running'" color="text-base" size="medium"> <n8n-text v-if="executionUIDetails.name === 'running'" color="text-base" size="medium">
{{ {{
$locale.baseText('executionDetails.runningTimeRunning', { $locale.baseText('executionDetails.runningTimeRunning', {

View file

@ -5,7 +5,7 @@
v-on-click-outside="onClickOutside" v-on-click-outside="onClickOutside"
> >
<n8n-select <n8n-select
:teleported="false" :teleported="true"
:modelValue="appliedTags" :modelValue="appliedTags"
:loading="tagsStore.isLoading" :loading="tagsStore.isLoading"
:placeholder="placeholder" :placeholder="placeholder"