From ef642c12b5f518ae48a7fc84162155feb0755623 Mon Sep 17 00:00:00 2001 From: Caroline Horn <549577+cchaos@users.noreply.github.com> Date: Tue, 10 Jul 2018 19:44:35 -0400 Subject: [PATCH] Quick fix to title sizing (#997) --- CHANGELOG.md | 6 +++++- src/components/xy_chart/_legend.scss | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856c4356163..b99109f88e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/src/components/xy_chart/_legend.scss b/src/components/xy_chart/_legend.scss index b95838f0152..3285468000f 100644 --- a/src/components/xy_chart/_legend.scss +++ b/src/components/xy_chart/_legend.scss @@ -50,9 +50,9 @@ } .euiTitle--small { - @include euiFontSizeM; + // @include euiFontSizeM; } .euiTitle--large { - @include euiFontSizeXL; + // @include euiFontSizeXL; }