Skip to content

Commit

Permalink
fix(core/pipeline): handle long cluster names
Browse files Browse the repository at this point in the history
* modify the cluster column to not shove everything off the containing
viewport when the cluster name is super long.
  • Loading branch information
icfantv committed Mar 27, 2017
1 parent 78fa13a commit 3b16169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<td>
<account-tag account="cluster.account"></account-tag>
</td>
<td>
<td style="word-break: break-all;">
{{ deployStageCtrl.getClusterName(cluster) }}
</td>
<td>
Expand Down

0 comments on commit 3b16169

Please sign in to comment.