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 { ...@@ -71,22 +71,14 @@ 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">{{ __('Suite') }}</div> <div role="rowheader" class="table-mobile-header">{{ __('Suite') }}</div>
<div <div class="table-mobile-content pr-md-1 gl-overflow-wrap-break">
v-gl-tooltip
:title="testCase.classname"
class="table-mobile-content pr-md-1 text-truncate"
>
{{ testCase.classname }} {{ testCase.classname }}
</div> </div>
</div> </div>
<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 <div class="table-mobile-content pr-md-1 gl-overflow-wrap-break">
v-gl-tooltip
:title="testCase.name"
class="table-mobile-content pr-md-1 text-truncate"
>
{{ testCase.name }} {{ testCase.name }}
</div> </div>
</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