mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(client): reduce line number bar width (#46309)
This commit is contained in:
parent
12d742a4f0
commit
345268019c
@ -299,7 +299,8 @@ const Editor = (props: EditorProps): JSX.Element => {
|
||||
enabled: false
|
||||
},
|
||||
quickSuggestions: false,
|
||||
suggestOnTriggerCharacters: false
|
||||
suggestOnTriggerCharacters: false,
|
||||
lineNumbersMinChars: 2
|
||||
};
|
||||
|
||||
const getEditableRegionFromRedux = () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user