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

[FE] 小さい幅の時の運賃の表示崩れを修正 #682

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

yamacent
Copy link
Contributor

@yamacent yamacent commented Dec 6, 2024

#241 (comment)

小さい画面のときに推定料金の金額表示が崩れる

image image

@yamacent yamacent changed the title 小さい幅の時の運賃の表示崩れを修正 [FE] 小さい幅の時の運賃の表示崩れを修正 Dec 6, 2024
@@ -19,16 +19,21 @@ export const Price: FC<PriceTextProps> = ({
}) => {
return (
<div
className={twMerge("flex flex-row space-x-1 items-center", className)}
className={twMerge(
"flex flex-col min-[440px]:flex-row space-x-1 items-center",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

440px: Smartphone component が大きく表示されている時の iframe width

@yamacent yamacent mentioned this pull request Dec 6, 2024
23 tasks
@narirou narirou merged commit 982c20d into main Dec 6, 2024
2 checks passed
@narirou narirou deleted the frontend/fix-price-text-style branch December 6, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants