JUnit XML summary - text overlaps
<!---
Please read this!
Before opening a new issue, make sure to search for keywords in the issues
filtered by the "regression" or "bug" label:
- https://gitlab.com/gitlab-org/gitlab/issues?label_name%5B%5D=regression
- https://gitlab.com/gitlab-org/gitlab/issues?label_name%5B%5D=bug
and verify the issue you're about to submit isn't a duplicate.
--->
### Summary
The artifact page show text overlaps. It happens when class or name has long text and no spacing for example:
Company.Formulas.Tests.FormulaResolution.Parsing.RpnBuilderTests
Introduced as part of the feature created in https://gitlab.com/gitlab-org/gitlab/issues/24792
### Steps to reproduce
Attached junit.xml and screenshot
### What is the current *bug* behavior?
Text overlaps another columns
### What is the expected *correct* behavior?
Text word wrap
#### Junit.xml
```
<?xml version="1.0" encoding="utf-8"?>
<testsuites tests="593" failures="0" disabled="20" time="5.481189">
<testsuite tests="3" time="0.026382" errors="0" failures="0" skipped="0" timestamp="2019-11-26 15:28:59Z" name="Company.Controls.Tests.dll.Company.Controls.Tests.Helpers.BusinessObjectServiceExtensionsTest.">
<testcase name="Get_Unique_Name_Return_Unique_Name_With_Two_Repeats" assertions="1" time="0.019165" status="Passed" classname="Company.Controls.Tests.Helpers.BusinessObjectServiceExtensionsTest">
</testcase>
<testcase name="Get_Unique_Name_Returns_Unchanged_if_Unique_Name_In_Folder" assertions="1" time="0.000161" status="Passed" classname="Company.Controls.Tests.Helpers.BusinessObjectServiceExtensionsTest" />
<testcase name="Get_Unique_Name_Returns_Unique_Name_With_One_Repeat" assertions="1" time="0.000236" status="Passed" classname="Company.Controls.Tests.Helpers.BusinessObjectServiceExtensionsTest">
</testcase>
</testsuite>
</testsuites>
```

issue