aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfWatchApps
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/components/GolfWatchApps')
-rw-r--r--frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx4
-rw-r--r--frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx4
2 files changed, 6 insertions, 2 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>
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>