Skip to content

Commit

Permalink
fix: text position change when map zoom in and zoom out (yihong0618#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayidhe authored Jan 25, 2024
1 parent b9d9c30 commit 7742a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LocationStat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface ILocationStatProps {
}

const LocationStat = ({ changeYear, changeCity, changeTitle }: ILocationStatProps) => (
<div className="w-100 w-100-l pb5 pr5-l">
<div className="fl w-100 w-100-l pb5 pr5-l">
<section className="pb4" style={{ paddingBottom: '0rem' }}>
<p style={{ lineHeight: 1.8 }}>
{CHINESE_LOCATION_INFO_MESSAGE_FIRST}
Expand Down

0 comments on commit 7742a00

Please sign in to comment.