Skip to content

Commit

Permalink
text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekg999 committed Sep 5, 2024
1 parent 002201e commit 7480df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/View.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const View = ({ hash }: ViewProps) => {
<>
<h2 className="text-xl text-gray-100 font-bold mb-2">Your Secret:</h2>
<div className="bg-gray-700 p-4 rounded-md">
<p className="text-gray-300 whitespace-pre-wrap">
<p className="text-gray-300 whitespace-pre-wrap break-words">
{secret}
</p>
</div>
Expand Down

0 comments on commit 7480df7

Please sign in to comment.