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 @@ -1792,7 +1792,7 @@ export class ChatWidget extends Disposable implements IChatWidget {
1792
1792
}
1793
1793
1794
1794
layout ( height : number , width : number ) : void {
1795
- width = Math . min ( width , 850 ) ;
1795
+ width = Math . min ( width , 950 ) ;
1796
1796
this . bodyDimension = new dom . Dimension ( width , height ) ;
1797
1797
1798
1798
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