-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix misaligned gap controls when justifyContent or alignContent is set (
#6565) **Problem:** Gap controls are misaligned when justifyContent or alignContent is set, e.g.: <img width="337" alt="image" src="https://github.com/user-attachments/assets/64150066-2114-4b20-84f3-fbedfce94840"> **Fix:** GridRowHighlight (I renamed it to GridRowOrColumnHighlight) component sets alignContent (when it is a column) or justifyContent (when it is a row) to the value coming from the grid style. **Manual Tests:** I hereby swear that: - [x] I opened a hydrogen project and it loaded - [x] I could navigate to various routes in Play mode
- Loading branch information
Showing
2 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters