From d09dc7c94b949e6ee4e45fc6c0bc585767ff3bec Mon Sep 17 00:00:00 2001 From: Artur Bien Date: Fri, 12 Jul 2019 17:23:00 +0200 Subject: [PATCH] closes #45 --- src/components/Select/Select.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Select/Select.js b/src/components/Select/Select.js index f79674c..da3218f 100644 --- a/src/components/Select/Select.js +++ b/src/components/Select/Select.js @@ -103,6 +103,8 @@ const StyledDropdownListItem = styled.li` line-height: calc(${blockSizes.md} - 4px); font-size: ${fontSizes.md}; white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; color: ${({ theme }) => theme.inputText}; &:hover { background: ${({ theme }) => theme.hoverBackground};