diff --git a/misc/textarea.js b/misc/textarea.js index 2d496803cb5e..4fcd8538a743 100644 --- a/misc/textarea.js +++ b/misc/textarea.js @@ -47,7 +47,7 @@ function textArea(element) { // Make the grippie line up in various browsers if (window.opera) { // Opera - this.grippie.style.marginRight = this.widthOffset +'px'; + this.grippie.style.marginRight = '4px'; } if (document.all && !window.opera) { // IE