Skip to content

Commit

Permalink
Fix misaligned textarea input control (#49116)
Browse files Browse the repository at this point in the history
* Update input-control.js

* Update CHANGELOG.md

* Update CHANGELOG.md

* Fix duplicate changelog entry

* Update CHANGELOG.md
  • Loading branch information
richtabor committed Mar 20, 2023
1 parent 3d3dedc commit ed9e17d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- `CustomGradientPicker`: improve initial state UI ([#49146](https://github.com/WordPress/gutenberg/pull/49146)).
- `AnglePickerControl`: Style to better fit in narrow contexts and improve RTL layout ([#49046](https://github.com/WordPress/gutenberg/pull/49046)).

### Bug Fix

- `InputControl`: Fix misaligned textarea input control ([#49116](https://github.com/WordPress/gutenberg/pull/49116)).

## 23.6.0 (2023-03-15)

### Enhancements
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/utils/input/input-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { COLORS } from '../colors-values';
import { breakpoint } from '../breakpoint';

export const inputControl = css`
display: block;
font-family: ${ font( 'default.fontFamily' ) };
padding: 6px 8px;
${ inputStyleNeutral };
Expand Down

0 comments on commit ed9e17d

Please sign in to comment.