mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix: fix tags dropdown and executions status spcing
This commit is contained in:
parent
bffa67bcfb
commit
522015f5b4
|
@ -33,6 +33,7 @@
|
|||
>
|
||||
{{ executionUIDetails.label }}
|
||||
</n8n-text>
|
||||
{{ ' ' }}
|
||||
<n8n-text v-if="executionUIDetails.name === 'running'" color="text-base" size="medium">
|
||||
{{
|
||||
$locale.baseText('executionDetails.runningTimeRunning', {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
v-on-click-outside="onClickOutside"
|
||||
>
|
||||
<n8n-select
|
||||
:teleported="false"
|
||||
:teleported="true"
|
||||
:modelValue="appliedTags"
|
||||
:loading="tagsStore.isLoading"
|
||||
:placeholder="placeholder"
|
||||
|
|
Loading…
Reference in a new issue