Skip to content

Commit

Permalink
Add some padding to the bottom without creating any bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jul 22, 2022
1 parent 3e63318 commit 408363e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ export const TextBasedLanguagesEditor = memo(function TextBasedLanguagesEditor({
fontSize: 14,
padding: {
top: 8,
bottom: 8,
},
scrollBeyondLastLine: false,
quickSuggestions: true,
Expand Down

0 comments on commit 408363e

Please sign in to comment.