Skip to content

Commit

Permalink
fix: add ellipsis to Picklist label
Browse files Browse the repository at this point in the history
  • Loading branch information
amontalvof committed Jun 4, 2020
1 parent 7bdfafc commit 248d41c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Picklist/styled/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import StyledInput from '../../Input/styled/input';
const PickerInput = attachThemeAttrs(styled(StyledInput))`
padding-right: 2.35rem;
font-weight: 400;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
:hover {
cursor: pointer;
Expand Down

0 comments on commit 248d41c

Please sign in to comment.