mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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>
|
||||
<el-tooltip v-bind="{ ...$props, ...$attrs }">
|
||||
<el-tooltip v-bind="{ ...$props, ...$attrs }" popper-class="n8n-tooltip">
|
||||
<slot />
|
||||
<template #content>
|
||||
<slot name="content">
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
// @use "./time-select.scss";
|
||||
// @use "./time-picker.scss";
|
||||
@use './popover.scss';
|
||||
@use './tooltip.scss';
|
||||
//@use './tooltip.scss';
|
||||
@use './message-box.scss';
|
||||
// @use "./breadcrumb.scss";
|
||||
// @use "./breadcrumb-item.scss";
|
||||
|
||||
@@ -150,3 +150,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-popper.n8n-tooltip {
|
||||
max-width: 180px;
|
||||
line-height: var(--font-line-height-regular) !important;
|
||||
}
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
@use './common/var';
|
||||
|
||||
@include mixins.b(tooltip) {
|
||||
max-width: 200px;
|
||||
|
||||
&:focus:not(.focusing),
|
||||
&:focus:hover {
|
||||
outline-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user