diff --git a/static/js/pandora/iconDialog.js b/static/js/pandora/iconDialog.js index 8055e9f4..bfa4bdcc 100644 --- a/static/js/pandora/iconDialog.js +++ b/static/js/pandora/iconDialog.js @@ -21,7 +21,7 @@ pandora.ui.iconDialog = function(options) { ) .append( $('
') - .css({position: 'absolute', left: '96px', top: '16px', width: width - 112 + 'px'}) + .css({position: 'absolute', left: '96px', top: '16px', width: options.width - 112 + 'px'}) .html(options.text) ), fixedSize: true,