From f42db011a9599d06bcbdf7a58ead91dc0214fa15 Mon Sep 17 00:00:00 2001 From: Petru Birzu Date: Fri, 25 Sep 2020 17:36:14 +0200 Subject: [PATCH] fix: toggle button taking full width on Safari (#68) --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 4fa9d5d..55afb20 100644 --- a/src/index.js +++ b/src/index.js @@ -166,6 +166,7 @@ export function ReactQueryDevtools({ fontSize: '1.5rem', margin: '.5rem', cursor: 'pointer', + width: 'fit-content', ...(position === 'top-right' ? { top: '0',