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

Commit

Permalink
fix: toggle button taking full width on Safari (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
petr166 authored Sep 25, 2020
1 parent dea3381 commit f42db01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export function ReactQueryDevtools({
fontSize: '1.5rem',
margin: '.5rem',
cursor: 'pointer',
width: 'fit-content',
...(position === 'top-right'
? {
top: '0',
Expand Down

0 comments on commit f42db01

Please sign in to comment.