"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "da29425578f9008a362a3f2dafc67487cf418487"
Unverified Commit 45236e18 authored by Lijiaoa's avatar Lijiaoa Committed by GitHub
Browse files

fix the issue: text is not displayed completely when searching in the search...

fix the issue: text is not displayed completely when searching in the search space/config/log monaco editor (#3492)
parent fbffbc7c
...@@ -79,7 +79,7 @@ class Overview extends React.Component<{}, OverviewState> { ...@@ -79,7 +79,7 @@ class Overview extends React.Component<{}, OverviewState> {
const minActive = metricGraphMode === 'min' ? 'active' : ''; const minActive = metricGraphMode === 'min' ? 'active' : '';
return ( return (
<div className='overview'> <div className='overview'>
<div className='wrapper'> <div className='overviewWrapper'>
{/* exp params */} {/* exp params */}
<div className='overviewBasicInfo'> <div className='overviewBasicInfo'>
<TitleContext.Provider value={{ text: 'Experiment', icon: 'AutoRacing' }}> <TitleContext.Provider value={{ text: 'Experiment', icon: 'AutoRacing' }}>
......
...@@ -2,7 +2,7 @@ $boxPadding: 24px; ...@@ -2,7 +2,7 @@ $boxPadding: 24px;
$boxBorderRadius: 5px; $boxBorderRadius: 5px;
$boxGapPadding: 10px; $boxGapPadding: 10px;
.wrapper { .overviewWrapper {
display: grid; display: grid;
grid-template-columns: repeat(8, 1fr); grid-template-columns: repeat(8, 1fr);
grid-auto-rows: 102px; grid-auto-rows: 102px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment