From e8d3b6f0dd417e504ee80f3729634080f67d8d11 Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Tue, 27 Sep 2022 22:03:30 +0800 Subject: [PATCH] Fix popover width in the manual search modal --- frontend/src/components/modals/ManualSearchModal.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/modals/ManualSearchModal.tsx b/frontend/src/components/modals/ManualSearchModal.tsx index 45c2c0ceb..d6d469cb7 100644 --- a/frontend/src/components/modals/ManualSearchModal.tsx +++ b/frontend/src/components/modals/ManualSearchModal.tsx @@ -237,7 +237,7 @@ const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({ const { ref, hovered } = useHover(); return ( - + = ({ - - + + @@ -257,7 +257,7 @@ const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({ ))} - +