diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-08 14:25:12 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-08 14:25:12 +0900 |
| commit | 8a182e517ca0c33da5c0163a6ae9c9470ca9d3a5 (patch) | |
| tree | 11b479677fccc77262a6a97ff2d4422cbb13ca5a /frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx | |
| parent | 6ca6cf90f705a26b0db2509214e4deb895980e50 (diff) | |
| download | phperkaigi-2025-albatross-8a182e517ca0c33da5c0163a6ae9c9470ca9d3a5.tar.gz phperkaigi-2025-albatross-8a182e517ca0c33da5c0163a6ae9c9470ca9d3a5.tar.zst phperkaigi-2025-albatross-8a182e517ca0c33da5c0163a6ae9c9470ca9d3a5.zip | |
fix style
Diffstat (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx')
| -rw-r--r-- | frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx | 4 |
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> |
