From d9362942e46b88832a5fe43c57ae74f8e2f85742 Mon Sep 17 00:00:00 2001 From: PIYUSH NEGI <43876655+npiyush97@users.noreply.github.com> Date: Tue, 11 Jul 2023 09:37:04 +0530 Subject: [PATCH] Update EntityAdrContent.tsx Signed-off-by: PIYUSH NEGI <43876655+npiyush97@users.noreply.github.com> --- .../adr/src/components/EntityAdrContent/EntityAdrContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, }));