mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Fixing single metric viewer page padding (#63839)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
d69b1a0e39
commit
53a0752841
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ function getTimeseriesexplorerDefaultState() {
|
|||
};
|
||||
}
|
||||
|
||||
const containerPadding = 24;
|
||||
const containerPadding = 34;
|
||||
|
||||
export class TimeSeriesExplorer extends React.Component {
|
||||
static propTypes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue