mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +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:
1
panoramix/assets/javascripts/css-theme.js
Normal file
1
panoramix/assets/javascripts/css-theme.js
Normal file
@@ -0,0 +1 @@
|
||||
require('../stylesheets/less/index.less');
|
||||
@@ -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