From b13d6e01ab1a2e7322fe395e124f3e1434117ace Mon Sep 17 00:00:00 2001 From: Lijiao Date: Mon, 29 Mar 2021 09:10:12 +0000 Subject: [PATCH] fix the issue: text is not displayed completely when searching in the search space/config/log monaco editor --- ts/webui/src/components/Overview.tsx | 2 +- ts/webui/src/static/style/overview/overview.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/webui/src/components/Overview.tsx b/ts/webui/src/components/Overview.tsx index 58ce24a3e7..5da0300ec9 100644 --- a/ts/webui/src/components/Overview.tsx +++ b/ts/webui/src/components/Overview.tsx @@ -79,7 +79,7 @@ class Overview extends React.Component<{}, OverviewState> { const minActive = metricGraphMode === 'min' ? 'active' : ''; return (
-
+
{/* exp params */}
diff --git a/ts/webui/src/static/style/overview/overview.scss b/ts/webui/src/static/style/overview/overview.scss index edfe8902f8..d0d884d811 100644 --- a/ts/webui/src/static/style/overview/overview.scss +++ b/ts/webui/src/static/style/overview/overview.scss @@ -2,7 +2,7 @@ $boxPadding: 24px; $boxBorderRadius: 5px; $boxGapPadding: 10px; -.wrapper { +.overviewWrapper { display: grid; grid-template-columns: repeat(8, 1fr); grid-auto-rows: 102px;