Skip to content

Commit

Permalink
fix(editor): Fix configurable node description margins and text align…
Browse files Browse the repository at this point in the history
…ment (#13318)
  • Loading branch information
alexgrozav authored Feb 17, 2025
1 parent 82d2fa6 commit c881ea2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -234,6 +235,10 @@ function openContextMenu(event: MouseEvent) {
text-align: left;
}
.subtitle {
text-align: left;
}
&.configuration {
--canvas-node--height: 75px;
Expand Down

0 comments on commit c881ea2

Please sign in to comment.