mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
fix(editor): Reduce length of the component and update position (#21838)
This commit is contained in:
parent
219b60b8d1
commit
29527d0579
|
|
@ -196,6 +196,7 @@ function onFocusNode() {
|
|||
justify-content: flex-end;
|
||||
width: 100%;
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
|
||||
&.isExperimentalNdvActive {
|
||||
justify-content: space-between;
|
||||
|
|
@ -213,6 +214,7 @@ function onFocusNode() {
|
|||
justify-content: center;
|
||||
background-color: var(--canvas--color--background);
|
||||
border-radius: var(--radius);
|
||||
pointer-events: auto;
|
||||
|
||||
:global(.button) {
|
||||
--button--color--text: var(--color--text--tint-1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user