We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c21765 commit 7fc5c6aCopy full SHA for 7fc5c6a
src/vs/workbench/contrib/chat/browser/chatEditor.ts
@@ -117,8 +117,7 @@ export class ChatEditor extends EditorPane {
117
118
override layout(dimension: dom.Dimension, position?: dom.IDomPosition | undefined): void {
119
if (this.widget) {
120
- const width = Math.min(dimension.width, 600);
121
- this.widget.layout(dimension.height, width);
+ this.widget.layout(dimension.height, dimension.width);
122
}
123
124
0 commit comments