This is an automated email from the ASF dual-hosted git repository.
kristw 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 0b1fbf8 fix dist-bar overflow css (#6844)
0b1fbf8 is described below
commit 0b1fbf8299891651b45a89c001f2a054190f1f94
Author: Krist Wongsuphasawat <[email protected]>
AuthorDate: Fri Feb 8 16:30:38 2019 -0800
fix dist-bar overflow css (#6844)
---
superset/assets/src/visualizations/nvd3/NVD3Vis.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/assets/src/visualizations/nvd3/NVD3Vis.css
b/superset/assets/src/visualizations/nvd3/NVD3Vis.css
index 412a1cb..8a960ab 100644
--- a/superset/assets/src/visualizations/nvd3/NVD3Vis.css
+++ b/superset/assets/src/visualizations/nvd3/NVD3Vis.css
@@ -29,7 +29,7 @@ text.nv-axislabel {
font-size: 14px;
}
-.slice_container.dist_bar {
+.dist_bar {
overflow-x: auto !important;
}