Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
If I have my full name entered and displayed in my user card, it overflows out of it.
We put this in our CSS:
.persona-usercard .usercard-name { text-overflow: ellipsis; white-space: nowrap; width: 270px; display: inline-block; overflow: hidden; }