Merge pull request #237985 from mjbvz/swift-clownfish

Fix codicon sizing in rendered chat markdown
pull/238007/head
Matt Bierner 2025-01-15 11:26:49 -08:00 committed by GitHub
commit 94a4a07b61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -200,6 +200,10 @@
margin-bottom: 8px;
}
.interactive-item-container .value .rendered-markdown .codicon {
font-size: inherit;
}
.interactive-item-container .value .rendered-markdown blockquote {
margin: 0px;
padding: 0px 16px 0 10px;