Created by: nicohvi
Fixes #26803 (closed)
The current documentation for .flex-fill
indicated that the flex items would have equal widths, regardless of content. This update ensures that the documentation reflects the fact that the width of the flex items depends on their actual content.
As per https://github.com/twbs/bootstrap/issues/26803#issuecomment-411993254 a change to the actual behaviour of .flex-fill
might be preferable, but this fix at least addresses the problems in the documentation.