Skip to content

Commit

Permalink
fix: [M3-7104] - Images create > upload image > reduce space above an…
Browse files Browse the repository at this point in the history
…d below Linode CLI help text (#9812)

* fixed padding for Linode CLI helper text

* Added changeset: Images create > upload image > reduced space above and below Linode CLI help text

* Update packages/manager/.changeset/pr-9812-fixed-1697639234272.md

Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>

---------

Co-authored-by: TylerWJ <tylerwjones99@gmail.com>
Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 20, 2023
1 parent b0dba9d commit 8dea090
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-9812-fixed-1697639234272.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Excess spacing above and below Linode CLI help text in Upload Image form ([#9812](https://github.com/linode/manager/pull/9812))
2 changes: 1 addition & 1 deletion packages/manager/src/features/Images/ImageUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export const ImageUpload: React.FC<Props> = (props) => {
setCancelFn={setCancelFn}
setErrors={setErrors}
/>
<Typography sx={{ paddingBottom: 8, paddingTop: 16 }}>
<Typography sx={{ paddingBottom: 1, paddingTop: 2 }}>
Or, upload an image using the{' '}
<button
className={classes.cliModalButton}
Expand Down

0 comments on commit 8dea090

Please sign in to comment.