Skip to content

Commit

Permalink
Apply same top padding to EuiFormErrorText as EuiFormHelpText (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos authored Sep 19, 2019
1 parent b8fc689 commit 5346bcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion src/components/form/form_error_text/_form_error_text.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.euiFormErrorText {
@include euiFontSizeXS;
padding-top: $euiSizeS;
padding-top: $euiSizeXS;
color: $euiColorDanger;
}

0 comments on commit 5346bcf

Please sign in to comment.