Skip to content

Commit

Permalink
Fixed breaking issue with gallery description
Browse files Browse the repository at this point in the history
  • Loading branch information
stormb2 committed Nov 4, 2024
1 parent e7648db commit d30f597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/GalleryDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const GalleryDetails = () => {
)}
</HavePermission>
</div>
<p className='text-muted-foreground'>{data?.description}</p>
<p className='text-muted-foreground break-all'>{data?.description}</p>
</div>
</div>

Expand Down

0 comments on commit d30f597

Please sign in to comment.