diff options
-rw-r--r-- | tpl/default/editlink.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/editlink.html b/tpl/default/editlink.html index 19154d87..369b0a1d 100644 --- a/tpl/default/editlink.html +++ b/tpl/default/editlink.html | |||
@@ -80,7 +80,7 @@ | |||
80 | } | 80 | } |
81 | 81 | ||
82 | function textAreaAdjust(el) { | 82 | function textAreaAdjust(el) { |
83 | el.style.height = (el.scrollHeight > el.clientHeight) ? (el.scrollHeight)+"px" : (el.clientHeight-8)+"px"; | 83 | el.style.height = (el.scrollHeight > el.clientHeight) ? (el.scrollHeight)+"px" : (el.clientHeight-18)+"px"; |
84 | } | 84 | } |
85 | </script> | 85 | </script> |
86 | </body> | 86 | </body> |