We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d286a6f commit 95d4b18Copy full SHA for 95d4b18
package.json
@@ -3,7 +3,7 @@
3
"author": "Envox <eez@envox.hr>",
4
"description": "Cross-platform visual development tool and SCPI instrument controller",
5
"homepage": "https://www.envox.hr/eez/studio/studio-introduction.html",
6
- "version": "0.17.0",
+ "version": "0.18.0",
7
"revision": "1",
8
"license": "GPL-3.0-only",
9
"repository": "https://github.com/eez-open/studio",
packages/eez-studio-ui/_stylesheets/project-editor.less
@@ -1238,7 +1238,7 @@
1238
padding: 5px;
1239
border-radius: 4px;
1240
box-shadow: @componentShadow;
1241
- width: 100%;
+ min-width: 100%;
1242
}
1243
1244
&.EezStudio_FlowEditorCanvasContainer {
0 commit comments