From 4892b7c4d3eeec2ca9bd92a6f28b4236e6622ff5 Mon Sep 17 00:00:00 2001 From: john St Date: Sun, 3 Oct 2010 02:01:45 +0000 Subject: [PATCH] Theme fix for brick, MDL-24392 --- theme/brick/style/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/brick/style/core.css b/theme/brick/style/core.css index 9f68b79fc95..75e50b3b088 100644 --- a/theme/brick/style/core.css +++ b/theme/brick/style/core.css @@ -531,7 +531,7 @@ div.yui3-menu.custom_menu_submenu div.yui3-menu-content { div.yui3-menu.custom_menu_submenu div.yui3-menu-content div.yui3-menu.custom_menu_submenu div.yui3-menu-content { background-image: none !important; - width: 200px; + min-width: 200px; position: relative; margin-top: -50px; border-top: 1px solid #dadada !important;