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">
|
||||
|
||||
@@ -1010,6 +1010,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.node-parameters-wrapper {
|
||||
min-height: 100%;
|
||||
overflow-y: auto;
|
||||
padding: 0 20px 200px 20px;
|
||||
}
|
||||
|
||||
@@ -224,7 +224,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-popper:not(.el-popover) {
|
||||
max-width: 265px;
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<font-awesome-icon icon="plus" size="lg" />
|
||||
</button>
|
||||
<template #content>
|
||||
<p v-text="$locale.baseText('nodeView.canvasAddButton.addATriggerNodeBeforeExecuting')" />
|
||||
{{ $locale.baseText('nodeView.canvasAddButton.addATriggerNodeBeforeExecuting') }}
|
||||
</template>
|
||||
</n8n-tooltip>
|
||||
<p :class="$style.label" v-text="$locale.baseText('nodeView.canvasAddButton.addFirstStep')" />
|
||||
@@ -81,10 +81,6 @@ const containerCssVars = computed(() => ({
|
||||
}
|
||||
}
|
||||
|
||||
:root .tooltip {
|
||||
max-width: 180px;
|
||||
}
|
||||
|
||||
.label {
|
||||
width: max-content;
|
||||
font-weight: var(--font-weight-bold);
|
||||
|
||||
Reference in New Issue
Block a user