From 3601d442db32d3f98f7b050365c11ea8ef9bc4ae Mon Sep 17 00:00:00 2001 From: sct Date: Sat, 19 Dec 2020 12:57:17 +0900 Subject: [PATCH] fix(frontend): adjust padding of search box so placeholder text fits on mobile this only fixes English. Other languages placeholders may or may not fit into the space fixes #393 --- src/components/Layout/LanguagePicker/index.tsx | 2 +- src/components/Layout/SearchInput/index.tsx | 2 +- src/components/Layout/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Layout/LanguagePicker/index.tsx b/src/components/Layout/LanguagePicker/index.tsx index 13f66de8e..2c82397d6 100644 --- a/src/components/Layout/LanguagePicker/index.tsx +++ b/src/components/Layout/LanguagePicker/index.tsx @@ -58,7 +58,7 @@ const LanguagePicker: React.FC = () => { useClickOutside(dropdownRef, () => setDropdownOpen(false)); return ( -
+
{
-
+