ImagesTable: Fix padding of disabled download links
This fixes an uneven padding for disabled "Download (....)" links.
This commit is contained in:
parent
5553766415
commit
6a19aae96c
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ export const AwsS3Instance = ({
|
|||
|
||||
if (status !== 'success') {
|
||||
return (
|
||||
<Button isDisabled variant="link" isInline>
|
||||
<Button component="a" isDisabled variant="link" isInline>
|
||||
Download ({fileExtensions[compose.request.image_requests[0].image_type]}
|
||||
)
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue