"src/vscode:/vscode.git/clone" did not exist on "fbc7817bbbe4580eb460c78cdffb497a5a226a82"
Unverified Commit 76cd96fc authored by a1trl9's avatar a1trl9 Committed by GitHub
Browse files

fix detial typo (#4507)

parent d56e1bd9
...@@ -45,7 +45,7 @@ class TrialsDetail extends React.Component<{}, TrialDetailState> { ...@@ -45,7 +45,7 @@ class TrialsDetail extends React.Component<{}, TrialDetailState> {
<div className='trial' id='tabsty'> <div className='trial' id='tabsty'>
<Pivot <Pivot
defaultSelectedKey={'0'} defaultSelectedKey={'0'}
className='detial-title' className='detail-title'
onLinkClick={this.handleWhichTabs} onLinkClick={this.handleWhichTabs}
selectedKey={whichChart} selectedKey={whichChart}
> >
......
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
} }
} }
.detial-title { .detail-title {
.ms-Button { .ms-Button {
i { i {
font-size: 22px; font-size: 22px;
......
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