aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx')
-rw-r--r--frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx
index f5766c0..7a36283 100644
--- a/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx
+++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx
@@ -53,7 +53,9 @@ export default function GolfWatchAppGamingMultiplayer({
{problemTitle}
</div>
<BorderedContainer>
- <pre>{problemDescription}</pre>
+ <pre className="text-gray-700 whitespace-pre-wrap break-words">
+ {problemDescription}
+ </pre>
</BorderedContainer>
</div>
</div>