mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
fix(frontend): fix copy content button width (#1428)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user