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;
|
position: relative;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-left: var(--spacing-s);
|
margin-left: var(--spacing-s);
|
||||||
|
margin-right: var(--spacing-s);
|
||||||
width: auto;
|
width: auto;
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
max-width: calc(
|
max-width: calc(
|
||||||
@@ -234,6 +235,10 @@ function openContextMenu(event: MouseEvent) {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subtitle {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
&.configuration {
|
&.configuration {
|
||||||
--canvas-node--height: 75px;
|
--canvas-node--height: 75px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user