diff --git a/front/src/components/common/CopyInput.vue b/front/src/components/common/CopyInput.vue index dba3ef89d..4ba66a2ab 100644 --- a/front/src/components/common/CopyInput.vue +++ b/front/src/components/common/CopyInput.vue @@ -66,6 +66,7 @@ const { copy, isSupported: canCopy, copied } = useClipboard({ source: value, cop .button { border-top-left-radius: 0; border-bottom-left-radius: 0; + margin-right: 0px !important; } } p.message {