Content shouldn't exceed the profile sidebar

This commit is contained in:
Steffen van Bergerem 2014-12-02 02:03:15 +01:00
parent 4cadc2d51c
commit d742f23cd5

View file

@ -112,6 +112,8 @@
ul#profile_information { ul#profile_information {
margin: 0; margin: 0;
list-style: none; list-style: none;
overflow-x: hidden;
word-wrap: break-word;
> li { > li {
margin-bottom: 2em; margin-bottom: 2em;
h4 { font-weight: bold; } h4 { font-weight: bold; }