Skip to content

Commit

Permalink
increace overall spacing @hkhalil-akamai
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Jun 7, 2024
1 parent e0d14d1 commit ba513a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const CreateImageTab = () => {
variant="error"
/>
)}
<Stack spacing={1}>
<Stack spacing={2}>
<Typography variant="h2">Select Linode & Disk</Typography>
<Typography sx={{ maxWidth: { md: '80%', sm: '100%' } }}>
By default, Linode images are limited to 6144 MB of data per disk.
Expand Down Expand Up @@ -252,7 +252,7 @@ export const CreateImageTab = () => {
</Stack>
</Paper>
<Paper>
<Stack spacing={1}>
<Stack spacing={2}>
<Typography variant="h2">Image Details</Typography>
<Controller
render={({ field, fieldState }) => (
Expand Down

0 comments on commit ba513a7

Please sign in to comment.