fix: CSS syntax error

This commit is contained in:
Tom Moor
2021-07-09 14:09:52 -04:00
parent bb019b081f
commit 686ecdfa92

View File

@ -32,7 +32,7 @@ const RealInput = styled.input`
min-width: 0; min-width: 0;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap white-space: nowrap;
&:disabled, &:disabled,
&::placeholder { &::placeholder {