fix-18413

Signed-off-by: npiyush97 <npiyush35@gmail.com>
This commit is contained in:
npiyush97
2023-06-28 18:59:28 +05:30
parent cb91dac435
commit 2b4513abb7
5 changed files with 20 additions and 7 deletions
@@ -68,10 +68,6 @@ const useStyles = makeStyles((theme: Theme) => ({
color: theme.palette.grey[700],
marginBottom: theme.spacing(1),
},
adrChip: {
position: 'absolute',
right: 0,
},
}));
const AdrListContainer = (props: {
@@ -139,7 +135,6 @@ const AdrListContainer = (props: {
label={adr.status}
size="small"
variant="outlined"
className={classes.adrChip}
/>
)}
</Box>