diff --git a/app/components/Input.js b/app/components/Input.js index 1520fe06..2497c04e 100644 --- a/app/components/Input.js +++ b/app/components/Input.js @@ -32,7 +32,7 @@ const RealInput = styled.input` min-width: 0; overflow: hidden; text-overflow: ellipsis; - white-space: nowrap + white-space: nowrap; &:disabled, &::placeholder {