EnxDev commented on code in PR #43454:
URL: https://github.com/apache/superset/pull/43454#discussion_r3882352412


##########
superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:
##########
@@ -88,7 +88,12 @@ export const ResultsPaneOnDashboard = ({
 
   return (
     <Wrapper>
-      <Tabs activeKey={activeTabKey} onChange={setActiveTabKey} items={items} 
/>
+      <Tabs
+        fullHeight

Review Comment:
   Re-dropped the redundant .ant-tabs/.ant-tabs-body height rules in 
https://github.com/apache/superset/commit/2516bf0166bb6e9305ba81f106204d51463714a5,
 addressing the review comment on ResultsPaneOnDashboard.tsx:84 (the revert had 
brought them back).



-- 
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