From 679831e96b3cf247436e858d8bdca57f5044ab61 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Wed, 28 Mar 2018 14:51:54 -0700 Subject: [PATCH] Don't allow the alloc status table cell to word-wrap at the swatch --- ui/app/styles/core/table.scss | 4 ++++ ui/app/templates/components/allocation-row.hbs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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")}}