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> {
const minActive = metricGraphMode === 'min' ? 'active' : '';
return (
<div className='overview'>
<div className='wrapper'>
<div className='overviewWrapper'>
{/* exp params */}
<div className='overviewBasicInfo'>
<TitleContext.Provider value={{ text: 'Experiment', icon: 'AutoRacing' }}>
......
......@@ -2,7 +2,7 @@ $boxPadding: 24px;
$boxBorderRadius: 5px;
$boxGapPadding: 10px;
.wrapper {
.overviewWrapper {
display: grid;
grid-template-columns: repeat(8, 1fr);
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