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