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 { .topic-category {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
align-items: flex-end; align-items: center;
.topic-header-extra { .topic-header-extra {
display: inline-block; display: inline-flex;
vertical-align: baseline; align-items: center;
} }
.badge-wrapper { .badge-wrapper {