Skip to content

Commit

Permalink
fix: fixing issue with firefox not supporting text-wrap: pretty (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyFigueroa authored Sep 23, 2024
1 parent 161fa7e commit 4465617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{/if}
<h3 class="font-bold">{key}:</h3>
{#each ops as op}
<p class="text-pretty tooltip-w">
<p class="text-balance tooltip-w">
{op.path}
{#if op.value}
<span class="text-blue-400">={JSON.stringify(op.value)}</span>
Expand Down

0 comments on commit 4465617

Please sign in to comment.