mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
refactor dashboard chart html, make several css improvements.
This commit is contained in:
@@ -216,7 +216,7 @@ var px = (function () {
|
||||
if (slice_description.is(":visible")) {
|
||||
others += widget.find('.slice_description').height() + 25;
|
||||
}
|
||||
others += widget.find('.slice_header').height();
|
||||
others += widget.find('.chart-header').height();
|
||||
return widget.height() - others;
|
||||
},
|
||||
bindResizeToWindowResize: function () {
|
||||
|
||||
Reference in New Issue
Block a user