Commit 743c95d0 by Torkel Ödegaard

small fix to panel menu positioning

parent a08cb52a
......@@ -51,7 +51,7 @@ function (angular, $, _) {
link: function($scope, elem) {
var $link = $(linkTemplate);
var $panelContainer = elem.parents(".panel-container");
var menuWidth = 246;
var menuWidth = $scope.panelMeta.menu.length === 5 ? 246 : 201;
var menuScope = null;
var timeout = null;
var $menu = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment