mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Fix configurable node description margins and text alignment (#13318)
This commit is contained in:
@@ -221,6 +221,7 @@ function openContextMenu(event: MouseEvent) {
|
||||
position: relative;
|
||||
margin-top: 0;
|
||||
margin-left: var(--spacing-s);
|
||||
margin-right: var(--spacing-s);
|
||||
width: auto;
|
||||
min-width: unset;
|
||||
max-width: calc(
|
||||
@@ -234,6 +235,10 @@ function openContextMenu(event: MouseEvent) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
&.configuration {
|
||||
--canvas-node--height: 75px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user