Change is on js/2348. This is happening because we have long non-wrapping data in the table (specifically in [#2276]). After trying a variety of hacky css, I just added an overflow auto so if there's very wide content like this, a horizontal scroll will appear.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Change is on js/2348. This is happening because we have long non-wrapping data in the table (specifically in [#2276]). After trying a variety of hacky css, I just added an overflow auto so if there's very wide content like this, a horizontal scroll will appear.
Looks good.