fix(front): copyinput
This commit is contained in:
parent
edeb7ace7e
commit
bacad855d3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue