Skip to content

Commit

Permalink
fix issue with too long features name
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Dec 14, 2023
1 parent b5595bb commit 7b2393b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const RowItem = ({
'w-52': tag,
})}
>
<span className="inline-flex">{name}</span>
<span className="inline-flex break-all">{name}</span>
{isCustom && (
<div className="mt-1.5 text-xs text-gray-400">
Currently in use in{' '}
Expand Down

0 comments on commit 7b2393b

Please sign in to comment.