Fix review sidebar item widths
The previous grid layout supported four columns but certain evaluation strings would generate overlaps. This modifies the CSS to ensure each column has enough space to render the currently known possible values. I did spend some time trying to find a solution that would dynamically fill the full grid width even in cases where there are only three columns, but couldn't find a pure-CSS solution in my time box. This does mean that in cases where the user doesn't have access to the "Actions" associated with a review they are losing 25% (the fourth column) of real estate for no reason. This might be worth exploring again in future. Issue #2729
Please register or sign in to comment