You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
**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
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
The text was updated successfully, but these errors were encountered: