Skip to content

Commit

Permalink
add max line break
Browse files Browse the repository at this point in the history
  • Loading branch information
candywal committed Dec 8, 2023
1 parent 0124ab4 commit df5ccc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/pages/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function Portfolio() {
width={500}
height={500}
/>
<p className="m-4 text-black">&quot;{selectedImage.prompt}&quot;</p>
<p className="m-4 text-black break-words max-w-md"> "{selectedImage.prompt}"</p>
</div>
</div>
)}
Expand Down

0 comments on commit df5ccc4

Please sign in to comment.