mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(graph): fixed table legend min-height, fixes #7221
This commit is contained in:
@@ -198,7 +198,7 @@ function (angular, _, $) {
|
||||
|
||||
var topPadding = 6;
|
||||
var tbodyElem = $('<tbody></tbody>');
|
||||
tbodyElem.css("height", maxHeight - topPadding);
|
||||
tbodyElem.css("max-height", maxHeight - topPadding);
|
||||
tbodyElem.append(tableHeaderElem);
|
||||
tbodyElem.append(seriesElements);
|
||||
$container.append(tbodyElem);
|
||||
|
||||
Reference in New Issue
Block a user