Merge pull request #1882 from influxdata/fix-legend-stat-wrap

Fix legend stat wrap
pull/10616/head
Alex Paxton 2017-08-17 14:09:17 -07:00 committed by GitHub
commit e31f9b18c0
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -198,6 +198,7 @@
white-space: nowrap;
}
figure {
white-space: nowrap;
padding-left: 10px;
font-family: $code-font;
}