diff --git a/web/pgadmin/static/js/components/PgReactDataGrid.jsx b/web/pgadmin/static/js/components/PgReactDataGrid.jsx index 675fa04c7..93483766e 100644 --- a/web/pgadmin/static/js/components/PgReactDataGrid.jsx +++ b/web/pgadmin/static/js/components/PgReactDataGrid.jsx @@ -28,6 +28,7 @@ const useStyles = makeStyles((theme)=>({ ...theme.mixins.panelBorder.right, ...theme.mixins.panelBorder.bottom, fontWeight: 'abc', + whiteSpace: 'pre', '&[aria-colindex="1"]': { padding: 0, },