mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Add 50% more room for fingers in the autocomplete box.
This commit is contained in:
parent
75c63a0ace
commit
e048848d6b
1 changed files with 1 additions and 0 deletions
|
@ -406,6 +406,7 @@ module.exports = class SpellView extends CocoView
|
|||
autoLineEndings:
|
||||
javascript: ';'
|
||||
popupFontSizePx: popupFontSizePx
|
||||
popupLineHeightPx: 1.5 * popupFontSizePx
|
||||
popupWidthPx: 380
|
||||
|
||||
updateAutocomplete: (@autocomplete) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue