Skip to content

Commit

Permalink
[fix] Remove fixed height for list item (#2331)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Sep 22, 2023
1 parent bcd3ff1 commit 6596187
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/styles/src/base.ts
Expand Up @@ -906,10 +906,6 @@ const dropdownListSize = css`
`;

const dropdownListItem = css`
height: 34px;
display: flex;
align-items: center;
${dropdownListSize} &.hover,
&:hover {
cursor: pointer;
Expand Down

0 comments on commit 6596187

Please sign in to comment.