Skip to content

Commit 97d0139

Browse files
author
Ian Wensink
committed
feat(styled-components): fix select field ellipsis
1 parent 8ad79e1 commit 97d0139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SelectField/styled/wrapper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default styled.div`
3333
3434
& .Select--single > .Select-control .Select-value {
3535
height: calc((${p.theme.spacingUnit} / 2) + ${p.theme.inputLineHeight});
36+
overflow: hidden;
3637
}
3738
`}
3839

0 commit comments

Comments
 (0)