alexandrusoare commented on code in PR #33057:
URL: https://github.com/apache/superset/pull/33057#discussion_r2041628484


##########
superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:
##########
@@ -87,7 +87,13 @@ const EditPage = ({ id }: EditPageProps) => {
     },
   ];
 
-  return <StyledTabs moreIcon={null} items={items} />;
+  return (
+    <StyledTabs
+      moreIcon={null}
+      items={items}
+      tabBarStyle={{ paddingLeft: theme.sizeUnit * 4 }}

Review Comment:
   I moved the styling to the Tabs component as it was being used in a lot of 
places and it became redundant.



##########
superset-frontend/src/explore/components/controls/LayerConfigsControl/LayerConfigsPopoverContent.tsx:
##########
@@ -18,7 +18,8 @@
  */
 import { css, JsonValue, styled, t } from '@superset-ui/core';
 // eslint-disable-next-line no-restricted-imports
-import { Button, Form, Tabs } from 'antd'; // TODO: Remove antd
+import { Button, Form } from 'antd'; // TODO: Remove antd

Review Comment:
   Done!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to