Skip to content

Commit

Permalink
Limit image width in chat (microsoft#213021)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens authored and johnyongbeyondsoft committed May 20, 2024
1 parent f69cac7 commit 6b17747
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/contrib/chat/browser/media/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@
line-height: 1.3rem;
}

.interactive-item-container .value .rendered-markdown img {
max-width: 100%;
}

.interactive-item-container .monaco-tokenized-source,
.interactive-item-container code {
font-family: var(--monaco-monospace-font);
Expand Down

0 comments on commit 6b17747

Please sign in to comment.