UX: fix PM header title alignment (#13223)

This commit is contained in:
Meghna 2021-06-01 14:36:56 +05:30 committed by GitHub
parent 624edac3bb
commit 10c4fe5025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -166,6 +166,10 @@
color: var(--primary-medium);
}
}
.header-title .private-message-glyph-wrapper {
float: left;
margin-right: 0.25em;
}
}
a.badge-category {