Skip to content

Commit

Permalink
added the FF release note for align-content in block layout (mdn#32863)
Browse files Browse the repository at this point in the history
  • Loading branch information
dletorey committed Apr 12, 2024
1 parent d526ab2 commit 9ba44d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/en-us/mozilla/firefox/releases/125/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This article provides information about the changes in Firefox 125 that affect d

### CSS

- The {{cssxref("align-content")}} property has been updated to work with `display: block;` layouts. This brings all the layout positions from `flex` and `grid` to `block`, enabling developers to align block-level elements without converting their container to a `flex` or `grid` container. ([Firefox bug 1882853](https://bugzil.la/1882853)).
- The CSS property [`transform-box`](/en-US/docs/Web/CSS/transform-box) now supports the values `content-box` and `stroke-box`. For the reference box, the `content-box` value uses the [content box](/en-US/docs/Learn/CSS/Building_blocks/The_box_model#parts_of_a_box) and the `stroke-box` value uses the stroke bounding box that contains an SVG's shape (Firefox bug [1868374](https://bugzil.la/1868374)).

#### Removals
Expand Down

0 comments on commit 9ba44d8

Please sign in to comment.