UX: removes margins from categories in suggested topics message

This commit is contained in:
Joe 2019-01-24 02:12:16 +08:00 committed by GitHub
parent d589c66f3e
commit a9734eef81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -729,6 +729,11 @@ a.mention-group {
.topics {
padding-bottom: 15px;
}
.suggested-topics-message {
.badge-wrapper {
margin-right: 0;
}
}
}
.large-image-placeholder {