Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: text position change when map zoom in and zoom out #604

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: text position change when map zoom in and zoom out
  • Loading branch information
sayidhe committed Jan 25, 2024
commit babe2ce603101687a0bb886202812cbdcf41b7ca
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
Loading