From add35f9fe4b61679d108ec8323e1cdd177ff38d2 Mon Sep 17 00:00:00 2001 From: Einat Bertenthal Date: Tue, 25 May 2021 16:44:28 +0300 Subject: [PATCH] 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 --- 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 93bf91dc4e..7e5cf6eebb 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;