mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Fix post-migration CSS inconsistencies (no-changelog) (#6902)
* fix: fix node execute button spacing * fix: minor css fixes * fix: fix node-parameters-wrapper height
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<span>
|
||||
<div>
|
||||
<n8n-tooltip placement="bottom" :disabled="!disabledHint">
|
||||
<template #content>
|
||||
<div>{{ disabledHint }}</div>
|
||||
@@ -17,7 +17,7 @@
|
||||
/>
|
||||
</div>
|
||||
</n8n-tooltip>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user