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 c4c1257 commit 7526cecCopy full SHA for 7526cec
x-pack/plugins/code/public/components/editor/editor.tsx
@@ -104,7 +104,7 @@ export class EditorComponent extends React.Component<IProps> {
104
this.monaco.editor.updateOptions({ lineHeight: 38 });
105
} else if (!this.props.showBlame) {
106
this.destroyBlameWidgets();
107
- this.monaco.editor.updateOptions({ lineHeight: 24 });
+ this.monaco.editor.updateOptions({ lineHeight: 18 });
108
}
109
if (prevProps.blames !== this.props.blames && this.props.showBlame) {
110
this.loadBlame(this.props.blames);
0 commit comments