diff --git a/app/assets/stylesheets/user-profile-header.scss b/app/assets/stylesheets/user-profile-header.scss index 2d601274d..c9f352724 100644 --- a/app/assets/stylesheets/user-profile-header.scss +++ b/app/assets/stylesheets/user-profile-header.scss @@ -158,6 +158,10 @@ font-size:70px; margin-top:0px; } + > span:nth-child(1) { + word-break: break-word; + display: block; + } } p.profile-description{ padding:0px 0px;