mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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;
|
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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue