aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
diff options
context:
space:
mode:
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>