mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix an issue where query tool is stripping spaces in grid cell. #5803
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user