From 3790a8f814ab35c72dd5ed63df94ac969e22794c Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Tue, 19 Jan 2021 10:27:58 -0700 Subject: [PATCH] Revert "[EuiFormControlLayout] Fixed heights of append/prepend (#4410)" This reverts commit 75ca1a927db9934351ebd67b97403bca9912f119. --- CHANGELOG.md | 1 - .../form/form_control_layout/_form_control_layout.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d701b9b170..a8fc1f6db8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ - 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** diff --git a/src/components/form/form_control_layout/_form_control_layout.scss b/src/components/form/form_control_layout/_form_control_layout.scss index bec98d46fdf1..3fa99e419ab3 100644 --- a/src/components/form/form_control_layout/_form_control_layout.scss +++ b/src/components/form/form_control_layout/_form_control_layout.scss @@ -38,7 +38,7 @@ .euiFormControlLayout__append { @include euiTextTruncate; flex-shrink: 0; - height: auto; + height: 100%; border-radius: 0; // ICONS