Skip to content

Commit

Permalink
Give help / error text proper line-height (elastic#234)
Browse files Browse the repository at this point in the history
help / error text didn't have line-height.
  • Loading branch information
snide committed Dec 21, 2017
1 parent 1150bbb commit e43bbf2
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 e43bbf2

Please sign in to comment.