[ML] Fixing single metric viewer page padding (#63839) (#63988)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
James Gowdy 2020-04-20 21:55:36 +01:00 committed by GitHub
parent 27c0d8e66b
commit 97a0edc6ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ function getTimeseriesexplorerDefaultState() {
};
}
const containerPadding = 24;
const containerPadding = 34;
export class TimeSeriesExplorer extends React.Component {
static propTypes = {