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 Sep 20, 2024
1 parent 4a96810 commit 315ff8f
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 315ff8f

Please sign in to comment.