1) Ensure that properties should be displayed after the SonarQube fixes. (Patch by: Aditya)

2) Fixed Tablespace wrong path issue. (Patch by: Nikhil)
3) Align the label and drop-down on Graph Visualizer.
This commit is contained in:
Akshay Joshi
2022-09-12 14:05:21 +05:30
parent 93f5fbc797
commit 1bff94d0ea
4 changed files with 44 additions and 35 deletions

View File

@@ -57,7 +57,7 @@ const useStyles = makeStyles((theme)=>({
},
spanLabel: {
alignSelf: 'center',
minWidth: '5%',
minWidth: '6%',
whiteSpace: 'nowrap',
},
selectCtrl: {