Skip to content

Commit

Permalink
fix(Select): adjust height and alignment of Select and Prefix (#3883)
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Jun 16, 2023
1 parent ff86148 commit cedc3a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/orbit-components/src/Select/index.tsx
Expand Up @@ -211,6 +211,7 @@ SelectContainer.defaultProps = {
const SelectPrefix = styled.div`
${({ theme }) => css`
display: flex;
height: 100%;
align-items: center;
position: absolute;
padding: 0 ${theme.orbit.spaceSmall};
Expand Down Expand Up @@ -265,6 +266,7 @@ StyledCustomValue.defaultProps = {
};

const StyledSelectWrapper = styled.div`
height: 100%;
width: 100%;
position: relative;
z-index: 3;
Expand Down

0 comments on commit cedc3a0

Please sign in to comment.