UX: excerpts don't wrap on IE11 (#6847)

This commit is contained in:
Joe 2019-01-04 12:11:42 +08:00 committed by Sam
parent 8b7a2d1cb7
commit 3a04e04ccb
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,9 @@
.discourse-tag.box {
margin-right: 0.25em;
}
.topic-excerpt {
flex: 1 1 0%; // IE11 fix - unit on flexbasis is required
}
}
.topic-featured-link {