diff --git a/pkg/ui/workspaces/cluster-ui/src/statementDetails/statementDetails.tsx b/pkg/ui/workspaces/cluster-ui/src/statementDetails/statementDetails.tsx index fea493077106..4f8b12866579 100644 --- a/pkg/ui/workspaces/cluster-ui/src/statementDetails/statementDetails.tsx +++ b/pkg/ui/workspaces/cluster-ui/src/statementDetails/statementDetails.tsx @@ -265,6 +265,7 @@ export class StatementDetails extends React.Component< } componentDidUpdate(prevProps: StatementDetailsProps): void { + this.handleResize(); if ( prevProps.timeScale != this.props.timeScale || prevProps.statementFingerprintID != this.props.statementFingerprintID ||