Replace minmax with setting min-width
- This addresses [this issue][1]. - `minmax` is set at the parent level which we were only applying sometimes and is easy to overlook. It seemed that we were coupling the parents to knowing about certain children contents. What if we just set the problematic child's `min-width`? [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/296222
Showing
Please register or sign in to comment