Skip to content

Commit

Permalink
added break-words to fix text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tellmeY18 committed Oct 16, 2024
1 parent d539d63 commit c229c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Licenses/SBOMViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const BOMDisplay: React.FC = () => {
<li key={idx}>
<a
href={ref.url || "#"}
className="hover:text-primary-dark block text-primary"
className="hover:text-primary-dark block break-words text-primary"
>
{ref.url || "N/A"}
</a>
Expand Down

0 comments on commit c229c3d

Please sign in to comment.