diff --git a/ui/app/styles/core/table.scss b/ui/app/styles/core/table.scss index ecfacdd86..abc1aad8f 100644 --- a/ui/app/styles/core/table.scss +++ b/ui/app/styles/core/table.scss @@ -208,6 +208,10 @@ border: 1px solid $grey-blue; border-width: 0 0 1px; padding: 1.25em 1.5em; + + &.is-one-line { + white-space: nowrap; + } } } diff --git a/ui/app/templates/components/allocation-row.hbs b/ui/app/templates/components/allocation-row.hbs index 305a89372..ce781d1aa 100644 --- a/ui/app/templates/components/allocation-row.hbs +++ b/ui/app/templates/components/allocation-row.hbs @@ -5,7 +5,7 @@ {{moment-format allocation.modifyTime "MM/DD HH:mm:ss"}} {{allocation.name}} - + {{allocation.clientStatus}} {{#if (eq context "job")}}