Commit 4430afc1 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Truncate job on environment view

parent 3bce3014
...@@ -498,9 +498,9 @@ export default { ...@@ -498,9 +498,9 @@ export default {
<div class="table-section section-15 hidden-xs hidden-sm" role="gridcell"> <div class="table-section section-15 hidden-xs hidden-sm" role="gridcell">
<a <a
v-if="shouldRenderBuildName" v-if="shouldRenderBuildName"
class="build-link" class="build-link flex-truncate-parent"
:href="buildPath"> :href="buildPath">
{{buildName}} <span class="flex-truncate-child">{{buildName}}</span>
</a> </a>
</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