Don't allow the alloc status table cell to word-wrap at the swatch
This commit is contained in:
parent
cbfeca8678
commit
679831e96b
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</td>
|
||||
<td data-test-modify-time>{{moment-format allocation.modifyTime "MM/DD HH:mm:ss"}}</td>
|
||||
<td data-test-name>{{allocation.name}}</td>
|
||||
<td data-test-client-status>
|
||||
<td data-test-client-status class="is-one-line">
|
||||
<span class="color-swatch {{allocation.clientStatus}}" /> {{allocation.clientStatus}}
|
||||
</td>
|
||||
{{#if (eq context "job")}}
|
||||
|
|
Loading…
Reference in New Issue