Make debug log as big as possible

Tweak style to make the modal reasonably wide/tall, and use flexbox
to automatically expand the textarea.

// FREEBIE
This commit is contained in:
lilia 2016-02-22 12:17:54 -08:00
parent de745c3ba0
commit 7f8c76faca
4 changed files with 40 additions and 20 deletions

View file

@ -13,7 +13,7 @@
this.$('textarea').val(console.get());
},
events: {
'submit': 'submit',
'click .submit': 'submit',
'click .close': 'close'
},
render_attributes: {