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'); super('column');
this.id('left-pane'); this.id('left-pane');
this.css('height', '100%'); this.css('height', '100%').css('max-width', '33%');
this.collapsible(); this.collapsible();
} }