Merge pull request #213331 from microsoft/ddossett/magic-mite

Fix codicons padding in chat attachments
This commit is contained in:
David Dossett 2024-05-23 11:46:13 -07:00 committed by GitHub
commit 204521a0d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -507,6 +507,10 @@
color: var(--vscode-descriptionForeground);
}
.interactive-session .chat-attached-context .chat-attached-context-attachment .monaco-icon-label .codicon {
padding-left: 4px;
}
.interactive-session .chat-attached-context {
padding: 0 0 8px 0;
display: flex;