Simplify pagination item margin CSS - #5815
Conversation
|
Shall we ask for design review on this? What do you think? |
|
@immortalcodes Hi Madhur, I've removed that line, the padding seems to be okay now. As for the design review, I am not sure. The point of this change is for the existing pagination items to look visually identical. We can add a new example page demonstrating the ability to hide some pagination items on small screens, which I think would definitely warrant a design review. What do you think? |
| grid-row: 1 / -1; | ||
| height: 100%; | ||
| padding: 0.5rem; | ||
| padding-bottom: 0; |
There was a problem hiding this comment.
Would this introduce bugs in existing layouts? Maybe we could demo it in a test file?
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "vanilla-framework", | |||
| "version": "4.52.0", | |||
There was a problem hiding this comment.
Can you please add this to releases.yaml as well?
There was a problem hiding this comment.
releases.yaml currently lists 4.53.0 as the lastest release, being the 8-col-card release, it seems package.json wasn't updated for it. This being a minor bump, I will update package.json to show 4.53.1, is that okay?
Looking at code, I understand it is just to maintain uniformity so I don't think we need design. |
|
@Ataku-B hi, can you please update the ticket with the scope and current status so we can make a decision? can;t access the demos anymore and uncler on pagination vs. cards conversation. thanks! |

Done
QA
Open the demos and check the spacing between pagination items:
Check if PR is ready for release
If this PR contains Vanilla SCSS or macro code changes, it should contain the following changes to make sure it's ready for the release:
Feature 🎁,Breaking Change 💣,Bug 🐛,Documentation 📝,Maintenance 🔨.package.jsonshould be updated relative to the most recent release, following semver convention