Skip to content

Commit

Permalink
non controls when feature has long name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Dec 14, 2023
1 parent 7b2393b commit b309c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/map/legend/item/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const LegendItem: React.FC<LegendItemProps> = ({
{icon ?? null}
<div
className={cn({
'text-sm': true,
'break-all pr-1 text-sm': true,
'text-white': theme === 'dark' || !theme,
'text-gray-800': theme === 'light',
})}
Expand Down

0 comments on commit b309c02

Please sign in to comment.