Skip to content

Commit

Permalink
ResizableBox: Ensure tooltip text remains on a single line (#39623)
Browse files Browse the repository at this point in the history
* ResizableBox: Ensure tooltip text remains on a single line

* Add changelog entry
  • Loading branch information
andrewserong authored Mar 22, 2022
1 parent 23f11a1 commit 3ef88d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

- `NumberControl`: commit (and constrain) value on `blur` event ([#39186](https://github.com/WordPress/gutenberg/pull/39186)).
- Fix `UnitControl`'s reset of unit when the quantity value is cleared. ([#39531](https://github.com/WordPress/gutenberg/pull/39531/)).
- `ResizableBox`: Ensure tooltip text remains on a single line. ([#39623](https://github.com/WordPress/gutenberg/pull/39623)).

### Deprecation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ export const LabelText = styled( Text )`
display: block;
font-size: 13px;
line-height: 1.4;
white-space: nowrap;
}
`;

0 comments on commit 3ef88d4

Please sign in to comment.