Skip to content

Commit

Permalink
maxHeight add
Browse files Browse the repository at this point in the history
  • Loading branch information
pierromond committed Mar 27, 2024
1 parent e118491 commit d59f81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/about.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ We hope that this platform will inspire further work on the mapping of urban sou

<img style="border:10px solid transparent;" src="https://universite-gustave-eiffel.github.io/lasso/logo/UMRAE.svg" alt="image" height="50">
<img style="border:10px solid transparent;" src="https://universite-gustave-eiffel.github.io/lasso/logo/UGE.png" alt="image" height="50">
<img style="border:10px solid transparent;" src="https://universite-gustave-eiffel.github.io/lasso/logo/PDL.png" alt="image" height="50">
<img style="border:10px solid transparent;" src="https://universite-gustave-eiffel.github.io/lasso/logo/CEREMA.svg" alt="image" height="50">
<img style="border:10px solid transparent;" src="https://universite-gustave-eiffel.github.io/lasso/logo/CNRS.svg" alt="image" height="50">
<img style="border:10px solid transparent;" src="https://universite-gustave-eiffel.github.io/lasso/logo/IGN.svg" alt="image" height="50">
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/components/project/map/Selected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const Selected: FC<{ mapId: "left" | "right" }> = ({ mapId }) => {
latitude={selected.clickedAt.lat}
onClose={() => setOpened(false)}
maxWidth={"50%"}
maxHeight={"50%"}

Check failure on line 59 in packages/client/src/components/project/map/Selected.tsx

View workflow job for this annotation

GitHub Actions / test

Type '{ children: Element; anchor: "bottom"; longitude: number; latitude: number; onClose: () => void; maxWidth: string; maxHeight: string; }' is not assignable to type 'IntrinsicAttributes & PopupOptions & { longitude: number; latitude: number; anchor?: string | undefined; offset?: any; className?: string | undefined; ... 4 more ...; children?: ReactNode; } & RefAttributes<...>'.

Check failure on line 59 in packages/client/src/components/project/map/Selected.tsx

View workflow job for this annotation

GitHub Actions / test

Type '{ children: Element; anchor: "bottom"; longitude: number; latitude: number; onClose: () => void; maxWidth: string; maxHeight: string; }' is not assignable to type 'IntrinsicAttributes & PopupOptions & { longitude: number; latitude: number; anchor?: string | undefined; offset?: any; className?: string | undefined; ... 4 more ...; children?: ReactNode; } & RefAttributes<...>'.
>
<div className="d-flex flex-column">
{images.length > 1 && (
Expand Down

0 comments on commit d59f81f

Please sign in to comment.