From 32b18dae4bfe41f8998b7d4b2b66966a362b1cab Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Mon, 8 Jun 2009 22:05:43 +0000 Subject: [PATCH] Fixed bug in side bar menus where really long unbreakable character sequences were overlaying the page content --- skins/vector/main.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1