Skip to content

Commit

Permalink
Merge pull request #1610 from Vizzuality/MRXN23-539-tiny-styles
Browse files Browse the repository at this point in the history
[FE](fix): tiny styles[MRXN23-539]
  • Loading branch information
andresgnlez authored Dec 14, 2023
2 parents b5595bb + b309c02 commit b238b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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

1 comment on commit b238b0b

@vercel
Copy link

@vercel vercel bot commented on b238b0b Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marxan – ./

marxan23.vercel.app
marxan-git-develop-vizzuality1.vercel.app
marxan-vizzuality1.vercel.app

Please sign in to comment.