Skip to content

Commit

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

* Revert "[EuiFormControlLayout] Fixed heights of append/prepend (#4410)"

This reverts commit 75ca1a9.

* changelog tweak

* lint fix
  • Loading branch information
chandlerprall authored Jan 19, 2021
1 parent 76a78ed commit e8f675e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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))
- **[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
2 changes: 1 addition & 1 deletion src/components/health/health.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type EuiHealthProps = CommonProps &
/**
* Matches the text scales of EuiText.
* The `inherit` style will get its font size from the parent element
*/
*/
textSize?: typeof TEXT_SIZES[number];
};

Expand Down

0 comments on commit e8f675e

Please sign in to comment.