You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2019/06/28 19:07:10 UTC

[incubator-superset] branch master updated: Fix SQL editor tooltip to not cut off long column names (#7788)

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

beto 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 61281d1  Fix SQL editor tooltip to not cut off long column names (#7788)
61281d1 is described below

commit 61281d1836c364875a3f97d4a48a209af59310fd
Author: Christopher Guan <51...@users.noreply.github.com>
AuthorDate: Fri Jun 28 12:07:01 2019 -0700

    Fix SQL editor tooltip to not cut off long column names (#7788)
---
 superset/assets/src/SqlLab/main.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/assets/src/SqlLab/main.less b/superset/assets/src/SqlLab/main.less
index 63d6708..2da9543 100644
--- a/superset/assets/src/SqlLab/main.less
+++ b/superset/assets/src/SqlLab/main.less
@@ -388,6 +388,7 @@ a.Link {
 }
 .tooltip-inner {
     max-width: 500px;
+    word-wrap: break-word;
 }
 .SouthPane {
     width: 100%;