Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit f42db01

Browse files
authored
fix: toggle button taking full width on Safari (#68)
1 parent dea3381 commit f42db01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export function ReactQueryDevtools({
166166
fontSize: '1.5rem',
167167
margin: '.5rem',
168168
cursor: 'pointer',
169+
width: 'fit-content',
169170
...(position === 'top-right'
170171
? {
171172
top: '0',

0 commit comments

Comments
 (0)