mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: excerpts don't wrap on IE11 (#6847)
This commit is contained in:
parent
8b7a2d1cb7
commit
3a04e04ccb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user