Skip to content

Stops the expand button in reports from expanding

Sam Beckham requested to merge stop-the-expand-button-expanding into master

What does this MR do?

The "Expand" button in reports (junit and security) was being too true to its name and expanding to fit the report box. This is a side effect of the flex-box styles applied to the report. The easiest way around it is to pop the button in a div like the other buttons.

Screenshots

Before

Screenshot_2019-10-03_at_12.45.44

After

Screenshot_2019-10-03_at_12.46.20

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Merge request reports