diff options
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 8cfa5d420..d790cefd5 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -309,6 +309,8 @@ h2 { #elgg_content { /* wraps sidebar and page contents */ width:990px; position: relative; + overflow:hidden; + word-wrap:break-word; margin:0 auto; min-height:400px; } |