UX: category description display issue

html tags like `<strong>` are displayed on separate lines inside a flexbox with `flex-wrap`
This commit is contained in:
Joe 2018-07-10 13:51:46 +08:00 committed by GitHub
parent 0a28181c62
commit 59950b0f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,6 @@
.select-kit {
.category-row {
.category-status,
.category-desc {
.category-status {
display: flex;
flex-wrap: wrap;
align-items: center;
@ -10,14 +9,15 @@
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.category-desc {
max-width: 100%; // needed for IE11
}
.category-status {
.badge-wrapper.box {
margin-bottom: 1px;
margin-top: 1px;
}
}
.topic-count {
white-space: nowrap;
}