Data Grid: Truncation not visible

When text is truncated in the Data Grid, ellipsis is not visible immediately:

SELECT LISTAGG( ROWNUM, ',' ) FROM dual
CONNECT BY ROWNUM <= 1000;

image

After some clicking around it becomes visible:
image

Thanks. I can reproduce this and have logged it internally.