Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 6cb2f99

Browse files
committed
fix(plugins/plugin-client-common): don't constrain content width for maximized splits
1 parent 6f3c1bc commit 6cb2f99

File tree

1 file changed

+1
-0
lines changed
  • plugins/plugin-client-common/web/scss/components/Terminal

1 file changed

+1
-0
lines changed

plugins/plugin-client-common/web/scss/components/Terminal/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ $action-hover-delay: 210ms;
5757
@mixin FlushToContainer {
5858
margin: 0;
5959
padding: 0;
60+
max-width: unset;
6061
}
6162

6263
@mixin Scrollback {

0 commit comments

Comments
 (0)