Skip to content

Commit

Permalink
added some extra margin for the buttons in admin upload page
Browse files Browse the repository at this point in the history
  • Loading branch information
jvorcak authored and weeco committed Sep 10, 2024
1 parent f4a5724 commit bb0e5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/pages/admin/UploadLicensePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const UploadLicenseForm: FC<{
{state.errorMessage}
</AlertDescription>
</Alert>}
<Flex gap={2}>
<Flex gap={2} mt={2}>
<Button type="submit" data-testid="upload-license">Upload</Button>
<Button onClick={() => {
// TODO fix after https://github.com/redpanda-data/ui/issues/569 is resolved
Expand Down

0 comments on commit bb0e5a7

Please sign in to comment.