Skip to content

Commit 1fe56b6

Browse files
LijiaoaHao Ni
authored and
Hao Ni
committed
fix the issue: text is not displayed completely when searching in the search space/config/log monaco editor (microsoft#3492)
1 parent 32363e0 commit 1fe56b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ts/webui/src/components/Overview.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Overview extends React.Component<{}, OverviewState> {
7979
const minActive = metricGraphMode === 'min' ? 'active' : '';
8080
return (
8181
<div className='overview'>
82-
<div className='wrapper'>
82+
<div className='overviewWrapper'>
8383
{/* exp params */}
8484
<div className='overviewBasicInfo'>
8585
<TitleContext.Provider value={{ text: 'Experiment', icon: 'AutoRacing' }}>

ts/webui/src/static/style/overview/overview.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $boxPadding: 24px;
22
$boxBorderRadius: 5px;
33
$boxGapPadding: 10px;
44

5-
.wrapper {
5+
.overviewWrapper {
66
display: grid;
77
grid-template-columns: repeat(8, 1fr);
88
grid-auto-rows: 102px;

0 commit comments

Comments
 (0)