fix: CSS syntax error
This commit is contained in:
@ -32,7 +32,7 @@ const RealInput = styled.input`
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap
|
||||
white-space: nowrap;
|
||||
|
||||
&:disabled,
|
||||
&::placeholder {
|
||||
|
Reference in New Issue
Block a user