Skip to content

Commit 95d4b18

Browse files
committed
1 parent d286a6f commit 95d4b18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Envox <eez@envox.hr>",
44
"description": "Cross-platform visual development tool and SCPI instrument controller",
55
"homepage": "https://www.envox.hr/eez/studio/studio-introduction.html",
6-
"version": "0.17.0",
6+
"version": "0.18.0",
77
"revision": "1",
88
"license": "GPL-3.0-only",
99
"repository": "https://github.com/eez-open/studio",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@
12381238
padding: 5px;
12391239
border-radius: 4px;
12401240
box-shadow: @componentShadow;
1241-
width: 100%;
1241+
min-width: 100%;
12421242
}
12431243

12441244
&.EezStudio_FlowEditorCanvasContainer {

0 commit comments

Comments
 (0)