Skip to content

Commit a5b02fa

Browse files
committed
Fix widget flow output when widget height is too small
1 parent 21ad50e commit a5b02fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/eez-studio-ui/_stylesheets/project-editor.less

+2
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,8 @@
11271127

11281128
width: var(--size);
11291129
height: calc(var(--size) * 2);
1130+
1131+
min-height: 10px;
11301132
}
11311133

11321134
[data-connection-input-id] {

0 commit comments

Comments
 (0)