Fix an issue where query tool is stripping spaces in grid cell. #5803
parent
f404fdcf8a
commit
cf28d7df32
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue