Skip to content

Commit

Permalink
app components prompt next-clue-form: don't wrap between -/+ and $
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnord committed Feb 21, 2024
1 parent e43c225 commit da700b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/prompt/next-clue-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function PlayerScores({
</div>
<span
className={classNames(
"text-shadow absolute -right-1/2 -top-1/4 animate-bounce font-impact",
"text-shadow absolute -right-1/2 -top-1/4 animate-bounce whitespace-nowrap font-impact",
{
"text-green-300": correct,
"text-red-300": !correct,
Expand Down

0 comments on commit da700b1

Please sign in to comment.