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 <[email protected]>
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"

Reply via email to