mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(editor): Fix configurable node description margins and text alignment (#13318)
This commit is contained in:
parent
82d2fa6e67
commit
c881ea2c7b
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue