Skip to content

Commit

Permalink
Fix widget flow output when widget height is too small
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 5, 2024
1 parent 21ad50e commit a5b02fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eez-studio-ui/_stylesheets/project-editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,8 @@

width: var(--size);
height: calc(var(--size) * 2);

min-height: 10px;
}

[data-connection-input-id] {
Expand Down

0 comments on commit a5b02fa

Please sign in to comment.