mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Fix mapping field icon sizes (#16886)
This commit is contained in:
@@ -28,7 +28,7 @@ const emit = defineEmits<{
|
||||
:class="['n8n-input', $style.overrideCloseButton]"
|
||||
:outline="false"
|
||||
icon="x"
|
||||
size="mini"
|
||||
size="small"
|
||||
@click="emit('close')"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user