fix(Pivot Table): Fix column width to respect currency config (#31414)
This commit is contained in:
parent
423a0fefa5
commit
43314dc8db
|
|
@ -51,6 +51,7 @@ const Styles = styled.div<PivotTableStylesProps>`
|
|||
width: ${
|
||||
typeof width === 'string' ? parseInt(width, 10) : width - margin * 2
|
||||
}px;
|
||||
white-space: nowrap;
|
||||
`}
|
||||
`;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue