mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix(Pivot Table v2): resolved full width issue (#23393)
This commit is contained in:
@@ -53,7 +53,7 @@ const Styles = styled.div<PivotTableStylesProps>`
|
||||
|
||||
const PivotTableWrapper = styled.div`
|
||||
height: 100%;
|
||||
max-width: fit-content;
|
||||
max-width: inherit;
|
||||
overflow: auto;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user