Skip to content

Commit

Permalink
Merge pull request #3443 from LiteFarmOrg/LF-4438-language-dropdown-r…
Browse files Browse the repository at this point in the history
…uins-layout-of-page

LF-4438 Language dropdown ruins layout of page
  • Loading branch information
kathyavini authored Sep 16, 2024
2 parents c75c452 + 9973e09 commit 84ea263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webapp/src/components/Form/ReactSelect/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const Select = React.forwardRef((props, ref) => {
ref={ref}
defaultValue={defaultValue}
isDisabled={isDisabled}
menuPlacement="auto"
{...restProps}
/>
</div>
Expand Down

0 comments on commit 84ea263

Please sign in to comment.