We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e4f96 commit 10925d2Copy full SHA for 10925d2
js/components/snapshot/modals/modalShareSnapshot.js
@@ -59,8 +59,8 @@ export const ModalShareSnapshot = memo(({}) => {
59
<Button onClick={() => updateClipboard(sharedSnapshot.url)} color="primary">
60
Copy link
61
</Button>
62
- <Button onClick={openInNewTab} color="primary">
63
- Open in new tab
+ <Button style={{width: '175px'}} onClick={openInNewTab} color="primary">
+ Open in new tab to test (recommended!)
64
65
<Button onClick={closeModal} color="secondary">
66
Close
0 commit comments