suddjian commented on a change in pull request #14878:
URL: https://github.com/apache/superset/pull/14878#discussion_r643533034
##########
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:
Nit, non-blocking: Why this `12.5` value here? Could we round it to a
whole value or else add a comment noting the reason?
--
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]