Skip to content

Commit

Permalink
fix(code/frontend): fix blank left to blame (#35449)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangQianliang authored and zfy0701 committed Apr 23, 2019
1 parent 5c2ab34 commit b66b922
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions x-pack/plugins/code/public/components/editor/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,7 @@ export class EditorComponent extends React.Component<IProps> {
macModifier={[Modifier.meta]}
winModifier={[Modifier.ctrl]}
/>
<div
tabIndex={0}
className="codeContainer__editor"
id="mainEditor"
style={{ paddingLeft: this.props.showBlame ? 300 : 0 }}
/>
<div tabIndex={0} className="codeContainer__editor" id="mainEditor" />
{this.renderReferences()}
</EuiFlexItem>
);
Expand Down

0 comments on commit b66b922

Please sign in to comment.