Skip to content

Replace minmax with setting min-width

What does this MR do?

See #296662 (closed) for more context.

TL;DR minmax might be coupling some parent components to knowing something special about their children and is easy to overlook. What if we just set the min-width on the problematic child?

Screenshots (strongly suggested)

Content that used to cause overflow still work 🎉

Firefox Chrome Safari
Screen_Shot_2021-01-05_at_11.34.34_AM Screen_Shot_2021-01-05_at_11.35.09_AM Screen_Shot_2021-01-05_at_11.35.37_AM

Does this MR meet the acceptance criteria?

Conformity

References

Related to #296662 (closed)

Edited by Paul Slaughter

Merge request reports

Loading