Skip to content

Commit 04df755

Browse files
committed
File edit misalignment fix
1 parent be95c50 commit 04df755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/component/modals/FileEdit.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const FileEditModal = ({ superState, dispatcher }) => {
117117
highlight={(code) => highlightSyntax(code)}
118118
padding={10}
119119
style={{
120-
fontFamily: '"Arial"',
120+
fontFamily: '"Arial", "Helvetica", sans-serif',
121121
fontSize: 16,
122122
minHeight: '100vh',
123123
minWidth: '90vw',

0 commit comments

Comments
 (0)