diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d9b1904b..41f98d1714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ 1. [#1870](https://github.com/influxdata/chronograf/pull/1870): Fix console error for placing prop on div 1. [#1864](https://github.com/influxdata/chronograf/pull/1864): Fix Write Data form upload button and add `onDragExit` handler 1. [#1891](https://github.com/influxdata/chronograf/pull/1891): Fix Kapacitor config for PagerDuty via the UI +1. [#1872](https://github.com/influxdata/chronograf/pull/1872): Prevent stats in the legend from wrapping line ### Features 1. [#1863](https://github.com/influxdata/chronograf/pull/1863): Improve 'new-sources' server flag example by adding 'type' key diff --git a/ui/src/style/components/dygraphs.scss b/ui/src/style/components/dygraphs.scss index f38b0420a6..1d3004db3a 100644 --- a/ui/src/style/components/dygraphs.scss +++ b/ui/src/style/components/dygraphs.scss @@ -198,6 +198,7 @@ white-space: nowrap; } figure { + white-space: nowrap; padding-left: 10px; font-family: $code-font; }