From ab141fa567e8083a597168165fe5b0fc7aabd5a8 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 29 Dec 2021 10:28:40 +0800 Subject: [PATCH] fix safari - office numbers bug --- src/pages/about-us/_OurOffices.tsx | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/pages/about-us/_OurOffices.tsx b/src/pages/about-us/_OurOffices.tsx index 6b6b44800a4..92e220fe1fe 100644 --- a/src/pages/about-us/_OurOffices.tsx +++ b/src/pages/about-us/_OurOffices.tsx @@ -132,6 +132,10 @@ const MapImage = styled(BackgroundImage)` } ` +const StyledFlex = styled(Flex)` + height: unset; +` + const MapPin = ({ top, left, title, link }) => { const [is_pin_show, setPinShow] = React.useState(false) return ( @@ -301,30 +305,30 @@ const OurOffices = () => { - + {localize('750+')} {localize('employees')} - - + + {localize('50+')} {localize('nationalities')} - - + + {localize('13')} {localize('offices')} - - + + {localize('10')} {localize('countries')} - + )