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

Correct the order of the split padding input to be Top, Right, Bottom, Left #6220

Closed
liady opened this issue Aug 9, 2024 · 0 comments · Fixed by #6221
Closed

Correct the order of the split padding input to be Top, Right, Bottom, Left #6220

liady opened this issue Aug 9, 2024 · 0 comments · Fixed by #6221
Assignees

Comments

@liady
Copy link
Contributor

liady commented Aug 9, 2024

correct the order of the split padding input to be Top, Right, Bottom, Left (instead of Top, Right, Left, Bottom), without changing the current order of the split border-radius inputs. Should look like this
Image
Image

@liady liady changed the title correct the order of the split padding input to be Top, Right, Bottom, Left (instead of Top, Right, Left, Bottom), without changing the current order of the split border-radius inputs. Should look like this Correct the order of the split padding input to be Top, Right, Bottom, Left Aug 9, 2024
@liady liady self-assigned this Aug 9, 2024
liady added a commit that referenced this issue Dec 13, 2024
**Problem:**
the order of the padding controls is incorrect, it follows the order of
the border radius controls but should be a bit different.
this is the first part of #6140

**Fix:**
allow changing the order of the padding controls without changing the
order of the border controls (passing it from outside)

![Image](https://github.com/user-attachments/assets/1a5b3abe-d710-4ee1-8a3c-615fb6b14133)

**Manual Tests:**
I hereby swear that:

- [X] I opened a hydrogen project and it loaded
- [X] I could navigate to various routes in Preview mode

Fixes #6220 that was extracted from #6140
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant