Fix an issue where query tool is stripping spaces in grid cell. #5803

This commit is contained in:
Aditya Toshniwal
2023-02-22 14:06:13 +05:30
committed by GitHub
parent f404fdcf8a
commit cf28d7df32

View File

@@ -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,
},