Skip to content

Commit

Permalink
Decrease zone select width in manual pno form species
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Sep 4, 2024
1 parent ca2cf86 commit ce7b320
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function FormikFishingCatchesMultiSelect({ isReadOnly }: FormikFishingCat
label={`Zone de capture (${fishingCatch.specyCode})`}
name={`fishingCatches[${index}].faoArea`}
options={faoAreasAsOptions ?? []}
placeholder="Choisir une zone"
placeholder="Zone"
readOnly={isReadOnly}
searchable
virtualized
Expand Down Expand Up @@ -179,6 +179,6 @@ const Row = styled.div`

const SpecyTag = styled(SingleTag)`
margin-top: 2px;
max-width: 220px;
min-width: 220px;
max-width: 260px;
min-width: 260px;
`

0 comments on commit ce7b320

Please sign in to comment.