You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by am...@apache.org on 2021/05/25 13:45:32 UTC

[superset] branch master updated: fix: set table name width to not hide icons when name is too long (#14489)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new add35f9  fix: set table name width to not hide icons when name is too long (#14489)
add35f9 is described below

commit add35f9fe4b61679d108ec8323e1cdd177ff38d2
Author: Einat Bertenthal <ei...@users.noreply.github.com>
AuthorDate: Tue May 25 16:44:28 2021 +0300

    fix: set table name width to not hide icons when name is too long (#14489)
    
    * fix: set table name width to now hide icons when name is too long
    
    * fix: table style
    
    Co-authored-by: einatnielsen <ei...@nielsen.com>
---
 superset-frontend/src/SqlLab/main.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/SqlLab/main.less b/superset-frontend/src/SqlLab/main.less
index 93bf91d..7e5cf6e 100644
--- a/superset-frontend/src/SqlLab/main.less
+++ b/superset-frontend/src/SqlLab/main.less
@@ -414,6 +414,7 @@ div.tablePopover {
     display: flex;
     flex: 1;
     align-items: center;
+    width: 100%;
 
     .table-name {
       white-space: nowrap;