Skip to content

Commit

Permalink
feat: fix combo select styles
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-cao committed Nov 10, 2023
1 parent 31f51ff commit 5ee8eb6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ const Container = styled(Flex)`
min-width: 0;
.ant-select-selector {
margin-bottom: 28px;
height: auto !important;
}
.ant-select-multiple .ant-select-selection-overflow-item-suffix {
height: 32px;
}
.ant-select-arrow > * {
margin-bottom: 28px;
Expand Down
20 changes: 10 additions & 10 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ee8eb6

Please sign in to comment.