Fix multiple UI and SonarQube issues found when testing wcDocker changes. #6479

This commit is contained in:
Aditya Toshniwal
2023-10-26 12:06:28 +05:30
parent c5f4a56c0c
commit 3bcac26ff9
32 changed files with 120 additions and 693 deletions

View File

@@ -110,9 +110,14 @@ const useStyles = makeStyles((theme) => ({
display: 'table',
blockSize: '100%',
'& span': {
'& > span': {
verticalAlign: 'middle',
cursor: 'pointer',
'& > span': {
display: 'flex',
alignItems: 'center',
}
}
},
gridPanel: {