Merge pull request #212843 from microsoft/ddossett/colorful-cricket

Remove extra space above attachments
This commit is contained in:
David Dossett 2024-05-15 15:19:34 -07:00 committed by GitHub
commit 4c4ac63f36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -489,7 +489,7 @@
}
.interactive-session .chat-attached-context {
padding: 8px 0;
padding: 0 0 8px 0;
border-radius: 6px;
display: flex;
gap: 4px;