Skip to content

Commit

Permalink
[EuiFormControlLayout] Fixed heights of append/prepend (#4410)
Browse files Browse the repository at this point in the history
* fixed height of prepend, append in EuiComboBox
Co-authored-by: Caroline Horn <[email protected]>
  • Loading branch information
Dishebh authored Jan 11, 2021
1 parent 246866a commit 75ca1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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))

**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: 100%;
height: auto;
border-radius: 0;

// ICONS
Expand Down

0 comments on commit 75ca1a9

Please sign in to comment.