File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/resizable-box/resize-tooltip/styles Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2121
2222- ` NumberControl ` : commit (and constrain) value on ` blur ` event ([ #39186 ] ( https://github.com/WordPress/gutenberg/pull/39186 ) ).
2323- Fix ` UnitControl ` 's reset of unit when the quantity value is cleared. ([ #39531 ] ( https://github.com/WordPress/gutenberg/pull/39531/ ) ).
24+ - ` ResizableBox ` : Ensure tooltip text remains on a single line. ([ #39623 ] ( https://github.com/WordPress/gutenberg/pull/39623 ) ).
2425
2526### Deprecation
2627
Original file line number Diff line number Diff line change @@ -48,5 +48,6 @@ export const LabelText = styled( Text )`
4848 display: block;
4949 font-size: 13px;
5050 line-height: 1.4;
51+ white-space: nowrap;
5152 }
5253` ;
You can’t perform that action at this time.
0 commit comments