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 8fb5ea0 commit eb69cf5Copy full SHA for eb69cf5
src/vs/workbench/contrib/chat/browser/chatWidget.ts
@@ -430,7 +430,7 @@ export class ChatWidget extends Disposable implements IChatWidget {
430
}
431
432
layout(height: number, width: number): void {
433
- width = Math.min(width, 600);
+ width = Math.min(width, 850);
434
this.bodyDimension = new dom.Dimension(width, height);
435
436
const inputPartHeight = this.inputPart.layout(height, width);
src/vs/workbench/contrib/chat/browser/media/chat.css
@@ -4,7 +4,7 @@
4
*--------------------------------------------------------------------------------------------*/
5
6
.interactive-session {
7
- max-width: 600px;
+ max-width: 850px;
8
margin: auto;
9
10
0 commit comments