mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Merge pull request #6526 from atom/ld-bug-4880
🐛 Put a limit of 100 on max font size
This commit is contained in:
@@ -108,6 +108,7 @@ module.exports =
|
||||
type: 'integer'
|
||||
default: 16
|
||||
minimum: 1
|
||||
maximum: 100
|
||||
lineHeight:
|
||||
type: ['string', 'number']
|
||||
default: 1.3
|
||||
|
||||
Reference in New Issue
Block a user