fix(frontend): fix copy content button width (#1428)

This commit is contained in:
Faton Ramadani
2023-04-18 18:31:40 +02:00
committed by GitHub
parent b8b4308aef
commit d96d4a524e
2 changed files with 2 additions and 2 deletions
@@ -86,7 +86,7 @@
variant="border"
size="sm"
startIcon={{ icon: faClipboard }}
btnClasses="absolute top-2 right-2"
btnClasses="absolute top-2 right-2 w-min"
>
Copy content
</Button>
@@ -29,7 +29,7 @@
variant="border"
size="sm"
startIcon={{ icon: faClipboard }}
btnClasses="absolute top-2 right-2"
btnClasses="absolute top-2 right-2 w-min"
>
Copy content
</Button>