mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 16:55:08 +00:00
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:
parent
0a28181c62
commit
59950b0f95
@ -1,7 +1,6 @@
|
|||||||
.select-kit {
|
.select-kit {
|
||||||
.category-row {
|
.category-row {
|
||||||
.category-status,
|
.category-status {
|
||||||
.category-desc {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -10,14 +9,15 @@
|
|||||||
-ms-flex: 1 1 auto;
|
-ms-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
.category-desc {
|
||||||
|
max-width: 100%; // needed for IE11
|
||||||
|
}
|
||||||
.category-status {
|
.category-status {
|
||||||
.badge-wrapper.box {
|
.badge-wrapper.box {
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-count {
|
.topic-count {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user