Skip to content

Commit

Permalink
copy to clipboard spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Apr 29, 2024
1 parent 58377de commit 23d998b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/utilities/CippCopyToClipboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function CippCopyToClipboard({ text }) {
<CopyToClipboard text={text} onCopy={() => onCodeCopied()}>
<CButton
color={codeCopied ? 'success' : 'info'}
className="cipp-code-copy-button"
className="cipp-code-copy-button ms-1"
size="sm"
variant="ghost"
>
Expand Down

0 comments on commit 23d998b

Please sign in to comment.