Skip to content

Commit e763a3d

Browse files
authored
1 parent ad2e199 commit e763a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chatInputPart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ export class ChatInputPart extends Disposable implements IHistoryNavigationWidge
446446
const followupsHeight = this.followupsContainer.offsetHeight;
447447

448448
const inputPartBorder = 1;
449-
const inputPartHorizontalPadding = this.options.renderStyle === 'compact' ? 0 : 40;
449+
const inputPartHorizontalPadding = this.options.renderStyle === 'compact' ? 8 : 40;
450450
const inputPartVerticalPadding = this.options.renderStyle === 'compact' ? 12 : 24;
451451
const inputEditorHeight = Math.min(this._inputEditor.getContentHeight(), height - followupsHeight - inputPartHorizontalPadding - inputPartBorder, INPUT_EDITOR_MAX_HEIGHT);
452452
const implicitContextHeight = this.implicitContextContainer.offsetHeight;

0 commit comments

Comments
 (0)