diff --git a/superset/assets/package.json b/superset/assets/package.json index bff1c1c31b..22a005e826 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -1,6 +1,6 @@ { "name": "superset", - "version": "0.14.0", + "version": "0.14.1", "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.", "license": "Apache-2.0", "directories": { diff --git a/superset/assets/stylesheets/dashboard.css b/superset/assets/stylesheets/dashboard.css index b140e77808..ad84807aa1 100644 --- a/superset/assets/stylesheets/dashboard.css +++ b/superset/assets/stylesheets/dashboard.css @@ -127,3 +127,6 @@ div.widget .chart-controls { .ace_scrollbar { z-index: 0; } +.slice_container .alert { + margin: 10px; +}