Commit 38e504fb authored by pburdette's avatar pburdette

Remove truncate class

This class was added for scaling of
the pipeline ID but it doesn't work
well for MR view.
parent c04ac2e7
......@@ -202,11 +202,7 @@ export default {
</template>
<template #cell(pipeline)="{ item }">
<pipeline-url
class="gl-text-truncate"
:pipeline="item"
:pipeline-schedule-url="pipelineScheduleUrl"
/>
<pipeline-url :pipeline="item" :pipeline-schedule-url="pipelineScheduleUrl" />
</template>
<template #cell(triggerer)="{ item }">
......
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