Skip to content

Commit 1e269ac

Browse files
authored
Fix status bar clipped in minimal state (#1517)
1 parent 0c49709 commit 1e269ac

File tree

1 file changed

+2
-1
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+2
-1
lines changed

Diff for: arduino-ide-extension/src/browser/style/index.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
/* Makes the sidepanel a bit wider when opening the widget */
5656
.p-DockPanel-widget {
5757
min-width: 200px;
58-
min-height: 200px;
58+
min-height: 20px;
59+
height: 200px;
5960
}
6061

6162
/* Overrule the default Theia CSS button styles. */

0 commit comments

Comments
 (0)