mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix: Fixes Tabs style (#20050)
This commit is contained in:
committed by
GitHub
parent
99830703b1
commit
fff9ad05d4
@@ -112,12 +112,13 @@ const StyledEditableTabs = styled(StyledTabs)`
|
||||
}
|
||||
|
||||
${
|
||||
fullWidth &&
|
||||
css`
|
||||
.ant-tabs-nav-list {
|
||||
width: 100%;
|
||||
}
|
||||
`
|
||||
fullWidth
|
||||
? css`
|
||||
.ant-tabs-nav-list {
|
||||
width: 100%;
|
||||
}
|
||||
`
|
||||
: ''
|
||||
}
|
||||
`}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user