You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2017/11/09 00:19:02 UTC

[incubator-superset] branch master updated: Making time table viz scrollable (#3808)

This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 70c7315  Making time table viz scrollable (#3808)
70c7315 is described below

commit 70c7315ae012a16c5c9c2b8fbd30780809f1932a
Author: michellethomas <mi...@gmail.com>
AuthorDate: Wed Nov 8 16:18:59 2017 -0800

    Making time table viz scrollable (#3808)
---
 superset/assets/visualizations/time_table.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/superset/assets/visualizations/time_table.css b/superset/assets/visualizations/time_table.css
index 251544a..b4ed97f 100644
--- a/superset/assets/visualizations/time_table.css
+++ b/superset/assets/visualizations/time_table.css
@@ -1,4 +1,3 @@
-.time_table .chart-container{
+.time_table.slice_container {
   overflow: auto;
-  padding: 10px;
 }

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].