CI Widget text squashed when sidebars are expanded

Summary

CI widget on MRs sometimes squashes text

Steps to reproduce

CI Widget on MRs page currently uses media queries and flex-wrap. So if both sidebars are expanded, it can cause it to look like this:

Screenshot_2023-06-07_at_14.38.24

If we remove the media query, put flex-wrap on the container, and set some min-width on the content half (or a max width for either half?) we could make it wrap more sensibly

Screenshot_2023-06-07_at_14.49.45