diff --git a/app/assets/stylesheets/profile.css.scss b/app/assets/stylesheets/profile.css.scss index 00d566a87..2e0a0286c 100644 --- a/app/assets/stylesheets/profile.css.scss +++ b/app/assets/stylesheets/profile.css.scss @@ -112,6 +112,8 @@ ul#profile_information { margin: 0; list-style: none; + overflow-x: hidden; + word-wrap: break-word; > li { margin-bottom: 2em; h4 { font-weight: bold; }