This commit is contained in:
Artur Bien
2019-07-12 17:23:00 +02:00
parent 99b06d327d
commit d09dc7c94b

View File

@@ -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};