Skip to content

Commit

Permalink
fix: [M3-7592] - Fix misalignment of Cluster Summary at small desktop…
Browse files Browse the repository at this point in the history
… screen sizes (#10531)

* Add padding for breakpoints between 1280 and tablet

* Clean up

* Added changeset: Misalignment of Cluster Summary section at some screen sizes
  • Loading branch information
mjac0bs authored May 31, 2024
1 parent cbb668a commit 0e2d367
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-10531-fixed-1717084620266.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Misalignment of Cluster Summary section at some screen sizes ([#10531](https://github.com/linode/manager/pull/10531))
2 changes: 1 addition & 1 deletion packages/manager/src/components/CheckoutBar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const StyledRoot = styled('div')(() => {
return {
minHeight: '24px',
minWidth: '24px',
[theme.breakpoints.down('md')]: {
[theme.breakpoints.down(1280)]: {
background: theme.color.white,
bottom: '0 !important' as '0',
left: '0 !important' as '0',
Expand Down

0 comments on commit 0e2d367

Please sign in to comment.