diff --git a/plugins/adr/src/components/EntityAdrContent/EntityAdrContent.tsx b/plugins/adr/src/components/EntityAdrContent/EntityAdrContent.tsx index 68c5e15e1c..32e353eba9 100644 --- a/plugins/adr/src/components/EntityAdrContent/EntityAdrContent.tsx +++ b/plugins/adr/src/components/EntityAdrContent/EntityAdrContent.tsx @@ -70,7 +70,7 @@ const useStyles = makeStyles((theme: Theme) => ({ }, adrBox: { display: 'flex', - justifyContent: 'space-around', + justifyContent: 'space-between', marginTop: '10px', }, }));