Merge 4b5294525b48e9cbeb2f7c5651eae3704e289d96 into 82a437f2a83fc10299f3205713f7dcb04e2d047c

This commit is contained in:
Khadisha Kudys 2024-05-30 13:49:18 +08:00 committed by GitHub
commit be78b725ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ export default class LeftPaneContainer extends FlexContainer {
super('column');
this.id('left-pane');
this.css('height', '100%');
this.css('height', '100%').css('max-width', '33%');
this.collapsible();
}