@Paul B replied to your other thread, but that's not the user signature. That's the custom user title. You can probably do what you're wanting done with CSS/LESS. Try adding this into your
extra.less
template.
Less:
.userTitle.message-userTitle
{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}