aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-08 14:25:12 +0900
committernsfisis <nsfisis@gmail.com>2025-03-08 14:25:12 +0900
commit8a182e517ca0c33da5c0163a6ae9c9470ca9d3a5 (patch)
tree11b479677fccc77262a6a97ff2d4422cbb13ca5a /frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
parent6ca6cf90f705a26b0db2509214e4deb895980e50 (diff)
downloadiosdc-japan-2025-albatross-8a182e517ca0c33da5c0163a6ae9c9470ca9d3a5.tar.gz
iosdc-japan-2025-albatross-8a182e517ca0c33da5c0163a6ae9c9470ca9d3a5.tar.zst
iosdc-japan-2025-albatross-8a182e517ca0c33da5c0163a6ae9c9470ca9d3a5.zip
fix style
Diffstat (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx')
-rw-r--r--frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
index ade565f..226e1e2 100644
--- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
+++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
@@ -119,7 +119,9 @@ export default function GolfWatchAppGaming1v1({
{problemTitle}
</div>
<BorderedContainer>
- <pre>{problemDescription}</pre>
+ <pre className="text-gray-700 whitespace-pre-wrap break-words">
+ {problemDescription}
+ </pre>
</BorderedContainer>
</div>
</div>