fix(front): copyinput

This commit is contained in:
ArneBo 2025-03-28 13:00:01 +01:00
parent edeb7ace7e
commit bacad855d3
1 changed files with 1 additions and 0 deletions

View File

@ -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 {