From d742f23cd59301655a2dcb3f6ea2e9c9fedf5148 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Tue, 2 Dec 2014 02:03:15 +0100 Subject: [PATCH] Content shouldn't exceed the profile sidebar --- app/assets/stylesheets/profile.css.scss | 2 ++ 1 file changed, 2 insertions(+) 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; }