File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/vs/workbench/contrib/chat/browser Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1814,7 +1814,7 @@ export class ChatWidget extends Disposable implements IChatWidget {
1814
1814
}
1815
1815
1816
1816
layout ( height : number , width : number ) : void {
1817
- width = Math . min ( width , 850 ) ;
1817
+ width = Math . min ( width , 950 ) ;
1818
1818
this . bodyDimension = new dom . Dimension ( width , height ) ;
1819
1819
1820
1820
const layoutHeight = this . _dynamicMessageLayoutData ?. enabled ? this . _dynamicMessageLayoutData . maxHeight : height ;
Original file line number Diff line number Diff line change 4
4
*--------------------------------------------------------------------------------------------*/
5
5
6
6
.interactive-session {
7
- max-width : 850 px ;
7
+ max-width : 950 px ;
8
8
margin : auto;
9
9
position : relative; /* For chat dnd */
10
10
}
You can’t perform that action at this time.
0 commit comments