[ML] fix page overflow

This commit is contained in:
Dima Arnautov 2020-05-12 18:06:28 +02:00
parent 24f2383e46
commit 3c869228b6
3 changed files with 3 additions and 7 deletions

View file

@ -1,6 +1,4 @@
.ml-time-series-explorer {
width: 100%;
display: inline-block;
color: $euiColorDarkShade;
.no-results-container {
@ -31,8 +29,6 @@
}
.results-container {
padding: $euiSize;
.panel-title {
font-size: $euiFontSizeM;
font-weight: 400;
@ -46,8 +42,6 @@
}
.series-controls {
padding: $euiSize $euiSize 0px $euiSize;
div.entity-controls {
display: inline-block;
padding-left: $euiSize;

View file

@ -1180,6 +1180,8 @@ export class TimeSeriesExplorer extends React.Component {
</EuiFlexGroup>
</div>
<EuiSpacer size="m" />
{fullRefresh && loading === true && (
<LoadingIndicator
label={i18n.translate('xpack.ml.timeSeriesExplorer.loadingLabel', {

View file

@ -49,7 +49,7 @@ export const TimeSeriesExplorerPage: FC<TimeSeriesExplorerPageProps> = ({
ref={resizeRef}
data-test-subj="mlPageSingleMetricViewer"
>
<EuiPage style={{ padding: '0px', background: 'none' }}>
<EuiPage style={{ background: 'none' }}>
<EuiPageBody>
<EuiScreenReaderOnly>
<h1>