Message ID | 20111109193312.5615.9276.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_server/templates/layouts/content.html' --- lava_server/templates/layouts/content.html 2011-11-09 19:21:19 +0000 +++ lava_server/templates/layouts/content.html 2011-11-09 19:31:19 +0000 @@ -166,7 +166,7 @@ // Relocate the sub-menu if we ran out of space if (_width > avail_width) { _width = sub_menu_width; - _left = $("#lava-panel").outerWidth(true) - sub_menu_width; + _left = $("#lava-panel").outerWidth(true) - sub_menu_width - 4; } // Show the sub menu var self = $(this);