Merge pull request #212397 from microsoft/ddossett/header-font

Message header font spacing tweak
This commit is contained in:
David Dossett 2024-05-09 15:51:44 -07:00 committed by GitHub
commit 81f9a3d644
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,12 +39,12 @@
.interactive-item-container .header .user {
display: flex;
align-items: center;
gap: 6px;
gap: 8px;
}
.interactive-item-container .header .username {
margin: 0;
font-size: 12px;
font-size: 13px;
font-weight: 600;
}