@Bryan Fang
Go to style.css
Find line:
.white .status .green { float: left; padding: 9px 6px 8px 6px; background: #80C74E; line-height: 13px; color: #fff; font-size: 13px; margin: 0 4px 0 0; max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all; }
remove from there:
max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all;