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

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
James Gowdy 2020-04-20 19:37:26 +01:00 committed by GitHub
parent d69b1a0e39
commit 53a0752841
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 = {