From 686ecdfa92bc11d5254c6f1d0bcb237ffa4b6dd4 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 9 Jul 2021 14:09:52 -0400 Subject: [PATCH] fix: CSS syntax error --- app/components/Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {