Skip to content

Commit

Permalink
Improve styling spacing HDviewpoint annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Nov 4, 2024
1 parent a283d40 commit 454ce59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const MetaData = ({ properties }: { properties: GeoJsonProperties }) => {

return (
<Tooltip>
<span className="flex flex-wrap items-center gap-1 px-1">
<span className="flex flex-wrap items-center gap-1 p-2">
{Boolean(properties.category?.label) && (
<span className="flex gap-2 font-bold">
<span className="flex gap-2 font-bold pr-6">
<Icon pictogramUri={pictogramUri} />
<span>{properties.category.label}</span>
</span>
Expand Down

0 comments on commit 454ce59

Please sign in to comment.