From e27a0d25784b28b24f195cbb763375b883aa4fad Mon Sep 17 00:00:00 2001 From: Meghan Date: Tue, 26 Jun 2018 15:20:24 -0400 Subject: [PATCH] stop scrollbar from appearing on profiles with long names (#488) should fix #335 --- app/assets/stylesheets/user-profile-header.scss | 4 ++++ 1 file changed, 4 insertions(+) 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;