Skip to content

Commit

Permalink
Fix status bar clipped in minimal state (arduino#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari authored Oct 7, 2022
1 parent 0c49709 commit 1e269ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arduino-ide-extension/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
/* Makes the sidepanel a bit wider when opening the widget */
.p-DockPanel-widget {
min-width: 200px;
min-height: 200px;
min-height: 20px;
height: 200px;
}

/* Overrule the default Theia CSS button styles. */
Expand Down

0 comments on commit 1e269ac

Please sign in to comment.