From 85519d84e5a8cbb9935d651af801dfba1bdbd54f Mon Sep 17 00:00:00 2001 From: cchaos Date: Thu, 19 Sep 2019 14:42:08 -0400 Subject: [PATCH 1/2] Apply same top padding tp EuiFormErrorText as EuiFormHelpText --- src/components/form/form_error_text/_form_error_text.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form/form_error_text/_form_error_text.scss b/src/components/form/form_error_text/_form_error_text.scss index a2722d6c59e..3d600660408 100644 --- a/src/components/form/form_error_text/_form_error_text.scss +++ b/src/components/form/form_error_text/_form_error_text.scss @@ -1,5 +1,5 @@ .euiFormErrorText { @include euiFontSizeXS; - padding-top: $euiSizeS; + padding-top: $euiSizeXS; color: $euiColorDanger; } From 05e5636c3d83cad4f564f2e52d3fff236f0a5fec Mon Sep 17 00:00:00 2001 From: cchaos Date: Thu, 19 Sep 2019 14:50:48 -0400 Subject: [PATCH 2/2] cl --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f33042ca0..d3569c5ea32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ ## [`master`](https://github.com/elastic/eui/tree/master) -No public interface changes since `14.2.0`. +**Bug fixes** + +- Fixed spacing of `EuiFormErrorText` to match `EuiFormHelpText` ([#2354](https://github.com/elastic/eui/pull/2354)) ## [`14.2.0`](https://github.com/elastic/eui/tree/v14.2.0) -- Add `compressed` option to `buttonSize` prop of EuiButtonGroup ([#2343](https://github.com/elastic/eui/pull/2343)) +- Added `compressed` option to `buttonSize` prop of EuiButtonGroup ([#2343](https://github.com/elastic/eui/pull/2343)) - Added disabled states to `EuiCard`, `EuiKeyPadMenuItem` and `EuiKeyPadMenuItemButton` ([#2333](https://github.com/elastic/eui/pull/2340)) - Added missing `compressed` TS definitions to `EuiComboBox`, `EuiCheckboxGroup`, `EuiCheckbox`, `EuiFieldSearch`, `EuiRadioGroup`, `EuiSwitch` ([#2338](https://github.com/elastic/eui/pull/2338))