Skip to content

Commit

Permalink
Revert "[EuiFormControlLayout] Fixed heights of append/prepend (elast…
Browse files Browse the repository at this point in the history
…ic#4410)"

This reverts commit 75ca1a9.
  • Loading branch information
chandlerprall committed Jan 19, 2021
1 parent 76a78ed commit 1d2f99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- Reduced the size of the icons and clear button for compressed `EuiFormControlLayout` ([#4374](https://github.com/elastic/eui/pull/4374))
- Added ability for text input updates in `EuiDatePicker` ([#4243](https://github.com/elastic/eui/pull/4243))
- Fixed heights of `append` and `prepend` in `EuiFormControlLayout` ([#4410](https://github.com/elastic/eui/pull/4410))
- [NOTE: reverted in 31.3.0] Fixed heights of `append` and `prepend` in `EuiFormControlLayout` ([#4410](https://github.com/elastic/eui/pull/4410))

**Bug fixes**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
.euiFormControlLayout__append {
@include euiTextTruncate;
flex-shrink: 0;
height: auto;
height: 100%;
border-radius: 0;

// ICONS
Expand Down

0 comments on commit 1d2f99d

Please sign in to comment.