mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
remove pre-compiled bootstrap themes, use npm/wepack to compile from less variables instead. also fix a few css style bugs.
This commit is contained in:
@@ -85,7 +85,7 @@ var Dashboard = function (dashboardData) {
|
||||
initDashboardView: function () {
|
||||
dashboard = this;
|
||||
var gridster = $(".gridster ul").gridster({
|
||||
widget_margins: [5, 5],
|
||||
widget_margins: [10, 10],
|
||||
widget_base_dimensions: [100, 100],
|
||||
draggable: {
|
||||
handle: '.drag'
|
||||
|
||||
Reference in New Issue
Block a user