Commit 561b2325 authored by Phil Hughes's avatar Phil Hughes

Merge branch '37427-junit-xml-summary-text-overlaps' into 'master'

Truncate JUnit test report test case name

See merge request gitlab-org/gitlab!27144
parents aebfe400 01844353
...@@ -74,7 +74,7 @@ export default { ...@@ -74,7 +74,7 @@ export default {
<div class="table-section section-20 section-wrap"> <div class="table-section section-20 section-wrap">
<div role="rowheader" class="table-mobile-header">{{ __('Name') }}</div> <div role="rowheader" class="table-mobile-header">{{ __('Name') }}</div>
<div class="table-mobile-content">{{ testCase.name }}</div> <div class="table-mobile-content pr-md-1 text-truncate">{{ testCase.name }}</div>
</div> </div>
<div class="table-section section-10 section-wrap"> <div class="table-section section-10 section-wrap">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment