Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pagination): prevent page controls from stacking vertically #7427

Conversation

emyarod
Copy link
Member

@emyarod emyarod commented Dec 9, 2020

Closes #7424
Related #7316

also closes #7444

#7316 modified the pagination component padding while trying to address the issue of vertically stacking pagination controls at certain screen sizes. This PR reimplements the vertical stacking fix while avoiding padding changes to maintain visual consistency

Changelog

Changed

Testing / Reviewing

Confirm that the pagination controls do not stack vertically at any screen size and ensure that the component matches the visual spec

@netlify
Copy link

netlify bot commented Dec 9, 2020

✔️ Deploy preview for carbon-elements ready!

🔨 Explore the source changes: 4a4cd3f

🔍 Inspect the deploy logs: https://app.netlify.com/sites/carbon-elements/deploys/5fd275a78c2439000835382b

😎 Browse the preview: https://deploy-preview-7427--carbon-elements.netlify.app

@netlify
Copy link

netlify bot commented Dec 9, 2020

Deploy preview for carbon-components-react ready!

Built without sensitive environment variables with commit 4a4cd3f

https://deploy-preview-7427--carbon-components-react.netlify.app

@emyarod emyarod force-pushed the 7424-pagination-spacing-regression branch from 336e181 to 485f419 Compare December 9, 2020 22:10
@emyarod emyarod mentioned this pull request Dec 10, 2020
39 tasks
Copy link
Contributor

@andreancardona andreancardona left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good - controls do not stack @emyarod

Copy link
Member

@tw15egan tw15egan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No stacking and padding is correct 👍 ✅

Copy link
Member

@laurenmrice laurenmrice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Padding is staying at 16px and no stacking. 👍🏻

@kodiakhq kodiakhq bot merged commit 3f736c8 into carbon-design-system:master Dec 10, 2020
@emyarod emyarod deleted the 7424-pagination-spacing-regression branch December 10, 2020 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pagination not displaying as expected v10.25.0: pagination component padding
4 participants