mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix multiple UI and SonarQube issues found when testing wcDocker changes. #6479
This commit is contained in:
@@ -110,9 +110,14 @@ const useStyles = makeStyles((theme) => ({
|
||||
display: 'table',
|
||||
blockSize: '100%',
|
||||
|
||||
'& span': {
|
||||
'& > span': {
|
||||
verticalAlign: 'middle',
|
||||
cursor: 'pointer',
|
||||
|
||||
'& > span': {
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
}
|
||||
}
|
||||
},
|
||||
gridPanel: {
|
||||
|
Reference in New Issue
Block a user