suddjian commented on a change in pull request #14878:
URL: https://github.com/apache/superset/pull/14878#discussion_r646875188
##########
File path: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx
##########
@@ -89,6 +89,10 @@ const StyledTabsContainer = styled.div`
.ant-tabs {
overflow: visible;
+ .ant-tabs-nav-wrap {
+ min-height: ${({ theme }) => theme.gridUnit * 12.5}px;
Review comment:
If this is meant to match the tabs component, it would be nice to have
them both reference the same constant value instead of magic numbers that
happen to match up.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]