Skip to content

Commit

Permalink
Give help / error text proper line-height (#234)
Browse files Browse the repository at this point in the history
help / error text didn't have line-height.
  • Loading branch information
snide authored Dec 20, 2017
1 parent b4e45c4 commit c94c4c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ No public interface changes since `0.0.8`.
**Bug fixes**

- Fix button vertical alignment. [(#232)](https://github.com/elastic/eui/pull/232)
- Give help / error text proper line-height. [(#234)](https://github.com/elastic/eui/pull/234)

# [`0.0.7`](https://github.com/elastic/eui/tree/v0.0.7)

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 {
font-size: $euiFontSizeXS;
@include euiFontSizeXS;
padding: $euiSizeS 0;
color: $euiColorDanger;
}
2 changes: 1 addition & 1 deletion src/components/form/form_help_text/_form_help_text.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.euiFormHelpText {
font-size: $euiFontSizeXS;
@include euiFontSizeXS;
padding: $euiSizeS 0;
color: $euiColorDarkShade;
}

0 comments on commit c94c4c7

Please sign in to comment.