Skip to content

Commit

Permalink
fix: word wrapping (TestResult)
Browse files Browse the repository at this point in the history
  • Loading branch information
starvy committed Apr 8, 2024
1 parent 88ceda1 commit 9ff6ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/lib/components/testview/TestResult.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div class="mt-12 w-full">
<div class="title-wrapper">
<h2
class="text-ellipsis break-all text-center text-2xl font-bold dark:text-gray-400 md:text-left"
class="text-ellipsis break-words text-center text-2xl font-bold dark:text-gray-400 md:text-left"
>
{i + 1}. {@html question.title}
</h2>
Expand Down

0 comments on commit 9ff6ec9

Please sign in to comment.