Update EntityAdrContent.tsx

Signed-off-by: PIYUSH NEGI <43876655+npiyush97@users.noreply.github.com>
This commit is contained in:
PIYUSH NEGI
2023-07-11 09:37:04 +05:30
committed by GitHub
parent a86315d99e
commit d9362942e4
@@ -70,7 +70,7 @@ const useStyles = makeStyles((theme: Theme) => ({
},
adrBox: {
display: 'flex',
justifyContent: 'space-around',
justifyContent: 'space-between',
marginTop: '10px',
},
}));