fix(editor): Fix mapping field icon sizes (#16886)

This commit is contained in:
Mutasem Aldmour
2025-07-01 17:08:01 +02:00
committed by GitHub
parent 830e068509
commit 346bc84093
4 changed files with 9 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ const emit = defineEmits<{
:class="['n8n-input', $style.overrideCloseButton]"
:outline="false"
icon="x"
size="mini"
size="small"
@click="emit('close')"
/>
</div>