This commit is contained in:
Maxime Beauchemin 2016-11-29 15:57:05 -08:00
parent 65e92327ab
commit 94dde075b3
2 changed files with 4 additions and 1 deletions

View File

@ -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": {

View File

@ -127,3 +127,6 @@ div.widget .chart-controls {
.ace_scrollbar {
z-index: 0;
}
.slice_container .alert {
margin: 10px;
}