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:
Alex Grozav
2023-08-10 11:09:55 +03:00
committed by GitHub
parent f3248e46e4
commit e6e6216b5d
8 changed files with 13 additions and 13 deletions

View File

@@ -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">