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

pull/5900/head
Aditya Toshniwal 2023-02-22 14:06:13 +05:30 committed by GitHub
parent f404fdcf8a
commit cf28d7df32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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