Merge pull request #7501 from capilkey/fix-chat-message-alignment

Fix chat message name alignment
This commit is contained in:
Chad Pilkey 2019-05-24 19:14:12 -04:00 committed by GitHub
commit 6072c81f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,9 +75,8 @@
font-weight: 600;
position: relative;
> span {
:first-child {
@extend %text-elipsis;
padding: .5rem 0;
}
}