You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ju...@apache.org on 2021/01/04 22:59:13 UTC

[incubator-superset] branch master updated: Remove uppercase for tab names (#12217)

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

junlin 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 8ecf82d  Remove uppercase for tab names (#12217)
8ecf82d is described below

commit 8ecf82de5af425f56065ec8b3c053caff26d9075
Author: Victor Malai <ma...@gmail.com>
AuthorDate: Tue Jan 5 00:58:45 2021 +0200

    Remove uppercase for tab names (#12217)
---
 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 fe8b5d0..51c8a4f 100644
--- a/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx
+++ b/superset-frontend/src/SqlLab/components/TabbedSqlEditors.jsx
@@ -65,6 +65,7 @@ const TabTitleWrapper = styled.div`
 
 const TabTitle = styled.span`
   margin-right: ${({ theme }) => theme.gridUnit * 2}px;
+  text-transform: none;
 `;
 
 class TabbedSqlEditors extends React.PureComponent {
@@ -364,7 +365,6 @@ class TabbedSqlEditors extends React.PureComponent {
           </Menu.Item>
         </Menu>
       );
-
       const tabHeader = (
         <TabTitleWrapper>
           <div data-test="dropdown-toggle-button">