fix(client): reduce line number bar width (#46309)

This commit is contained in:
Sem Bauke 2022-06-03 15:01:08 +02:00 committed by GitHub
parent 12d742a4f0
commit 345268019c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,7 +299,8 @@ const Editor = (props: EditorProps): JSX.Element => {
enabled: false
},
quickSuggestions: false,
suggestOnTriggerCharacters: false
suggestOnTriggerCharacters: false,
lineNumbersMinChars: 2
};
const getEditableRegionFromRedux = () => {