mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
update name limit
This commit is contained in:
parent
e8f9fc0f5e
commit
da5015aabe
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<span :class="$style.title" slot="reference">
|
||||
<ShortenName :name="value" :limit="40">
|
||||
<ShortenName :name="value" :limit="35">
|
||||
<template v-slot="{ shortenedName }">
|
||||
{{ shortenedName }}
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue