dev_unstable^2
hjm 6 years ago
parent cbd349777d
commit ed55567b4e

@ -126,7 +126,9 @@ function buildColumns(that) {
sortOrder: sortedInfo.columnKey === 'graduation_group' && sortedInfo.order,
render: text => (
<span>
<span className="overflowHidden1" style={{ maxWidth: '160px'}}
title={`${text && text.length > 10 ? title : ''}`}
>
{text}
</span>
),

Loading…
Cancel
Save