Skip to content

Commit

Permalink
Undo incorrect fix to justify-items syntax (#13622)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg authored Mar 7, 2022
1 parent 17cd140 commit 11087fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/justify-items/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This property can take one of four different forms:
- `left`
- : The items are packed flush to each other toward the left edge of the alignment container. If the property's axis is not parallel with the inline axis, this value behaves like `start`.
- `right`
- : The items are packed flush to each other toward the right edge of the alignment container in the appropriate axis. If the property's axis is not parallel with the inline axis, this value behaves like `end`.
- : The items are packed flush to each other toward the right edge of the alignment container in the appropriate axis. If the property's axis is not parallel with the inline axis, this value behaves like `start`.
- `baseline`, `first baseline`, `last baseline`
- : Specifies participation in first- or last-baseline alignment: aligns the alignment baseline of the box's first or last baseline set with the corresponding baseline in the shared first or last baseline set of all the boxes in its baseline-sharing group.
The fallback alignment for `first baseline` is `start`, the one for `last baseline` is `end`.
Expand Down

0 comments on commit 11087fb

Please sign in to comment.