From: Trevor Parscal Date: Mon, 8 Jun 2009 22:05:43 +0000 (+0000) Subject: Fixed bug in side bar menus where really long unbreakable character sequences were... X-Git-Tag: 1.31.0-rc.0~41443 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=32b18dae4bfe41f8998b7d4b2b66966a362b1cab;p=lhc%2Fweb%2Fwiklou.git Fixed bug in side bar menus where really long unbreakable character sequences were overlaying the page content --- diff --git a/skins/vector/main.css b/skins/vector/main.css index 2db4c0f0eb..a80f8d4f08 100644 --- a/skins/vector/main.css +++ b/skins/vector/main.css @@ -102,6 +102,7 @@ div#panel { padding: 0; padding-bottom: 0.5em; margin: 0; + overflow: hidden; } div#panel > div.buffer > div.portal > div.body > ul > li > a { color: #00528c;