UX: improves topic-title flexbox alignment

This commit is contained in:
Joe 2018-09-21 12:41:35 +08:00 committed by GitHub
parent e402394375
commit b44bcdefd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -53,11 +53,11 @@
.topic-category {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
align-items: center;
.topic-header-extra {
display: inline-block;
vertical-align: baseline;
display: inline-flex;
align-items: center;
}
.badge-wrapper {