Commit a434873e authored by mfluharty's avatar mfluharty

Wrap suite and name in test suite table

Add overflow-wrap class
Remove tooltip since full text is shown now
parent 570b3d3b
......@@ -71,22 +71,14 @@ export default {
>
<div class="table-section section-20 section-wrap">
<div role="rowheader" class="table-mobile-header">{{ __('Suite') }}</div>
<div
v-gl-tooltip
:title="testCase.classname"
class="table-mobile-content pr-md-1 text-truncate"
>
<div class="table-mobile-content pr-md-1 gl-overflow-wrap-break">
{{ testCase.classname }}
</div>
</div>
<div class="table-section section-20 section-wrap">
<div role="rowheader" class="table-mobile-header">{{ __('Name') }}</div>
<div
v-gl-tooltip
:title="testCase.name"
class="table-mobile-content pr-md-1 text-truncate"
>
<div class="table-mobile-content pr-md-1 gl-overflow-wrap-break">
{{ testCase.name }}
</div>
</div>
......
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