Skip to content

Commit

Permalink
Group Modal Css fix (datahub-project#11403)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanavnarula authored and sleeperdeep committed Dec 17, 2024
1 parent de9da8b commit 7a4f959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Props = {

const SelectInput = styled(Select)`
> .ant-select-selector {
height: 36px;
height: 'auto';
}
`;

Expand Down

0 comments on commit 7a4f959

Please sign in to comment.