From fb9c878db49c01d13773e8d2f94c93f840be0b82 Mon Sep 17 00:00:00 2001 From: sct Date: Sun, 14 Feb 2021 11:48:28 +0000 Subject: [PATCH] fix(ui): change font size in request list/user list dropdowns to prevent zoom on mobile --- src/components/RequestList/index.tsx | 4 ++-- src/components/UserList/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/RequestList/index.tsx b/src/components/RequestList/index.tsx index a7cf1df1d..86505e6de 100644 --- a/src/components/RequestList/index.tsx +++ b/src/components/RequestList/index.tsx @@ -84,7 +84,7 @@ const RequestList: React.FC = () => { setCurrentFilter(e.target.value as Filter); }} value={currentFilter} - className="text-sm rounded-r-only" + className="rounded-r-only" >