You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/01/05 19:57:06 UTC

[superset] branch hugh/feat-sql-toolbar-r2 created (now cb9d52e)

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

hugh pushed a change to branch hugh/feat-sql-toolbar-r2
in repository https://gitbox.apache.org/repos/asf/superset.git.


      at cb9d52e  set the overflow menu 176px

This branch includes the following new commits:

     new cb9d52e  set the overflow menu 176px

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: set the overflow menu 176px

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch hugh/feat-sql-toolbar-r2
in repository https://gitbox.apache.org/repos/asf/superset.git

commit cb9d52ef3345cf14c6cd61244dcdbb72c6498a8e
Author: hughhhh <hu...@gmail.com>
AuthorDate: Tue Jan 5 14:56:06 2021 -0500

    set the overflow menu 176px
---
 superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx b/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx
index 01d520a..ce5c23f 100644
--- a/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx
+++ b/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx
@@ -325,7 +325,7 @@ class TabbedSqlEditors extends React.PureComponent {
       const state = latestQuery ? latestQuery.state : '';
 
       const menu = (
-        <Menu>
+        <Menu style={{ width: 176 }}>
           <Menu.Item
             className="close-btn"
             key="1"