summaryrefslogtreecommitdiff
path: root/skins/classic/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'skins/classic/functions.js')
-rw-r--r--skins/classic/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/functions.js b/skins/classic/functions.js
index cb3e29376..ee68ee729 100644
--- a/skins/classic/functions.js
+++ b/skins/classic/functions.js
@@ -503,7 +503,7 @@ resize_compose_body: function()
{
var div = $('#compose-div .boxlistcontent'),
w = div.width() - 2, h = div.height(),
- x = bw.ie ? 4 : 0;
+ x = bw.ie || bw.opera ? 4 : 0;
$('#compose-body_tbl').width((w+3)+'px').height('');
$('#compose-body_ifr').width((w+3)+'px').height((h-54)+'px');