Skip to content

Commit

Permalink
IE fix & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Aug 6, 2018
1 parent 1305285 commit b907b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 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)

- Added `spacesApp` logo to `EuiIcon` set ([#1065](https://github.com/elastic/eui/pull/1065))
- Added more `status` options for `EuiSteps` ([#1088](https://github.com/elastic/eui/pull/1088))

**Bug fixes**

- `EuiMutationObserver`'s `children` prop is no longer marked as required ([#1076](https://github.com/elastic/eui/pull/1076))
- Fixed `EuiStepsHorizontal`'s title wrapping in IE ([#1088](https://github.com/elastic/eui/pull/1088))

## [`3.3.0`](https://github.com/elastic/eui/tree/v3.3.0)

Expand Down
1 change: 1 addition & 0 deletions src/components/steps/_steps_horizontal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
margin-top: $euiSizeS;
font-weight: $euiFontWeightRegular;
text-align: center;
max-width: 100%; // IE Fix for wrapping text

.euiStepHorizontal-isDisabled & {
color: $euiColorDarkShade;
Expand Down

0 comments on commit b907b5b

Please sign in to comment.