Skip to content

Commit

Permalink
fix: make preformat in HC chat/settings legible
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl committed Nov 1, 2023
1 parent 1ccbfc5 commit 81836ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/vs/workbench/contrib/chat/browser/media/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@
font-family: var(--monaco-monospace-font);
font-size: 12px;
color: var(--vscode-textPreformat-foreground);
background-color: var(--vscode-textPreformat-background);
padding: 1px 3px;
border-radius: 4px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@
font-family: var(--monaco-monospace-font);
font-size: 11px;
color: var(--vscode-textPreformat-foreground);
background-color: var(--vscode-textPreformat-background);
padding: 1px 3px;
border-radius: 4px;
}
Expand Down Expand Up @@ -604,7 +603,6 @@
font-family: var(--monaco-monospace-font);
font-size: 12px;
color: var(--vscode-textPreformat-foreground);
background-color: var(--vscode-textPreformat-background);
padding: 2px 5px;
border-radius: 4px;
}
Expand Down

0 comments on commit 81836ab

Please sign in to comment.