forked from 0x2620/pandora
embed code is a big longer now. make text area bigger
This commit is contained in:
parent
6f920e7c93
commit
3e71ed3d6f
1 changed files with 4 additions and 2 deletions
|
@ -39,8 +39,10 @@ pandora.ui.embedDialog = function(data) {
|
|||
$('<textarea>')
|
||||
.css({
|
||||
width: '520px',
|
||||
margin: '16px',
|
||||
height: '100%'
|
||||
marginLeft: '16px',
|
||||
marginRight: '16px',
|
||||
marginTop: '8px',
|
||||
height: '50px'
|
||||
}).val(
|
||||
'<iframe width="' + width
|
||||
+ '" height="' + height
|
||||
|
|
Loading…
Reference in a new issue