We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2ab34 commit b66b922Copy full SHA for b66b922
x-pack/plugins/code/public/components/editor/editor.tsx
@@ -128,12 +128,7 @@ export class EditorComponent extends React.Component<IProps> {
128
macModifier={[Modifier.meta]}
129
winModifier={[Modifier.ctrl]}
130
/>
131
- <div
132
- tabIndex={0}
133
- className="codeContainer__editor"
134
- id="mainEditor"
135
- style={{ paddingLeft: this.props.showBlame ? 300 : 0 }}
136
- />
+ <div tabIndex={0} className="codeContainer__editor" id="mainEditor" />
137
{this.renderReferences()}
138
</EuiFlexItem>
139
);
0 commit comments