From 2995ebb06febe72fb1e1f537dc1bba97427056d5 Mon Sep 17 00:00:00 2001 From: Aman Chaturvedi Date: Tue, 3 Oct 2023 16:00:14 +0530 Subject: [PATCH] TP-34976 margin fixes --- .../form/components/GeolocationAddress.tsx | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/src/components/form/components/GeolocationAddress.tsx b/src/components/form/components/GeolocationAddress.tsx index e16755f7..b127c0a0 100644 --- a/src/components/form/components/GeolocationAddress.tsx +++ b/src/components/form/components/GeolocationAddress.tsx @@ -129,7 +129,7 @@ const GeolocationAddress: React.FC = ({ return ( - + {tag} {roundoffRelativeDistanceBwLatLong ? ( @@ -137,17 +137,11 @@ const GeolocationAddress: React.FC = ({ ) : null} - {addressDate ? ( - - {addressDate} - - ) : null} + {addressDate ? {addressDate} : null} {addressTime ? ( - - {addressTime} - + {addressTime} ) : null} @@ -181,11 +175,7 @@ const GeolocationAddress: React.FC = ({ ) : null} {showOpenMap ? ( - + Open map @@ -195,7 +185,7 @@ const GeolocationAddress: React.FC = ({ Add feedback @@ -206,7 +196,7 @@ const GeolocationAddress: React.FC = ({ Old feedbacks