Skip to content

Commit

Permalink
updated responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoshi committed Sep 29, 2023
1 parent a48f1c8 commit 8d96a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/copilot/assets/styles/copilot.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ body {
color: var(--vscode-input-placeholderForeground);
font-size: 12px;
background: var(--vscode-panelSectionHeader-background);
padding: 5px 205px 5px 10px;
height: 24px;
padding: 5px 0px 5px 10px;
height: auto;
box-sizing: border-box;
}

Expand Down

0 comments on commit 8d96a0c

Please sign in to comment.