From b83bbb6e47550bc091cd7c54d5c8dee592ebbd68 Mon Sep 17 00:00:00 2001 From: damian-polewski-sb Date: Mon, 31 Jul 2023 09:35:59 +0200 Subject: [PATCH] fix: wrap whole div in CopyToClipboard component to fix button behaviour --- src/core/components/copy-to-clipboard-btn.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/components/copy-to-clipboard-btn.jsx b/src/core/components/copy-to-clipboard-btn.jsx index 9c44487e2c5..f5e4611f03c 100644 --- a/src/core/components/copy-to-clipboard-btn.jsx +++ b/src/core/components/copy-to-clipboard-btn.jsx @@ -14,11 +14,11 @@ export default class CopyToClipboardBtn extends React.Component { const CopyIcon = getComponent("CopyIcon") return ( -
- + +
- -
+
+ ) }