commit
e31f9b18c0
|
@ -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
|
||||
|
|
|
@ -198,6 +198,7 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
figure {
|
||||
white-space: nowrap;
|
||||
padding-left: 10px;
|
||||
font-family: $code-font;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue