1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
This commit is contained in:
Sosuke Suzuki
2018-06-27 20:42:01 +09:00
parent 8f4c92e251
commit 95c10a1de7
3 changed files with 19 additions and 3 deletions

View File

@@ -506,7 +506,7 @@ export default class CodeEditor extends React.Component {
ref='root'
tabIndex='-1'
style={{
fontFamily: fontFamily.join(', '),
fontFamily,
fontSize: fontSize,
width: width
}}