This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new a1ca0b2 Add ming-height to empty tab (#14878)
a1ca0b2 is described below
commit a1ca0b2e6bf3919f55a9cd91d1ace56b171b849a
Author: Geido <[email protected]>
AuthorDate: Tue Jun 8 07:55:16 2021 +0300
Add ming-height to empty tab (#14878)
---
superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx
b/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx
index c41abf8..f103653 100644
--- a/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx
+++ b/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx
@@ -93,6 +93,10 @@ const StyledTabsContainer = styled.div`
.ant-tabs {
overflow: visible;
+ .ant-tabs-nav-wrap {
+ min-height: ${({ theme }) => theme.gridUnit * 12.5}px;
+ }
+
.ant-tabs-content-holder {
overflow: visible;
}