In the "Profile" section, where users can change their profile name, status messages can run off-screen because they are on a single line. This ticket adds line breaks to the status message so the entire message is visible on-screen.
Add unit tests. Test for situations where people have very long usernames without spaces.
Consider code reuse (we add line breaks in other parts of our app) and/or refactoring.