Skip to content

Commit

Permalink
Quick fix to title sizing (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos authored Jul 10, 2018
1 parent ac8bf82 commit ef642c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `1.2.0`.
**Bug fixes**

- Removed global manipulation of `EuiTitle` sizing in XYCharts ([#997](https://github.com/elastic/eui/pull/997))

## [`1.2.0`](https://github.com/elastic/eui/tree/v1.2.0)

**Note: this release creates a minor regression to the sizing of `EuiTitle`s. This is fixed in `master`.**

- Added typings for keyCodes ([#988](https://github.com/elastic/eui/pull/988))
- Changed `EuiXYChart` components exports to `/experimental` subfolder ([#975](https://github.com/elastic/eui/pull/975))
- Added beta version of `EuiXYChart` and associated components ([#309](https://github.com/elastic/eui/pull/309))
Expand Down
4 changes: 2 additions & 2 deletions src/components/xy_chart/_legend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
}

.euiTitle--small {
@include euiFontSizeM;
// @include euiFontSizeM;
}

.euiTitle--large {
@include euiFontSizeXL;
// @include euiFontSizeXL;
}

0 comments on commit ef642c1

Please sign in to comment.