mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
small fix to panel menu positioning
This commit is contained in:
parent
a08cb52ad9
commit
743c95d0f9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user