Fix text ellipsis on linked issues/MRs
The fix is to set the min-width to some value other than `auto` for nested child flex containers. In this case, a min-width of 0 is fine. The [default minimum size of flex items is `auto`][1], which is why this fix works. [1]: https://www.w3.org/TR/css-flexbox-1/#min-size-auto Changelog: fixed
Showing
Please register or sign in to comment