Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

- Add `text-wrap: balance` fallback to all instances of `text-wrap: pretty` for greater cross browser compatibility. ([#62233](https://github.com/WordPress/gutenberg/pull/62233))

### Bug Fixes

- `Toolbar`: Fix visual glitch in top toolbar mode ([#62225](https://github.com/WordPress/gutenberg/pull/62225)).


## 28.0.0 (2024-05-31)

### Breaking Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.block-editor-block-contextual-toolbar {
border-bottom: 0;
height: 100%;
background: transparent;
}

// These rules ensure that icons are always positioned in a way that lines up with the rest of the icons in the toolbar.
Expand Down