Fix status bar clipped in minimal state (#1517)

This commit is contained in:
r3inbowari
2022-10-07 16:43:45 +08:00
committed by GitHub
parent 0c49709f26
commit 1e269ac83d

View File

@@ -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. */