summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/textarea.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/textarea.js b/misc/textarea.js
index 2d496803c..4fcd8538a 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