Skip to content

Commit

Permalink
Limit image width in chat (#213021)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens authored May 19, 2024
1 parent 6d7771d commit b9a9060
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 b9a9060

Please sign in to comment.