Better sizing of ckeditor.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 25 Mar 2010 06:00:13 +0000 (00:00 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 25 Mar 2010 06:00:13 +0000 (00:00 -0600)
imp/js/compose-dimp.js

index fb031db..3e6005a 100644 (file)
@@ -639,7 +639,7 @@ var DimpCompose = {
                 });
             });
 
-            this.rte.resize('100%', mah - pad, false);
+            this.rte.resize('99%', mah - pad - 1, false);
         } else {
             /* Logic: Determine the size of a given textarea row, divide that
              * size by the available height, round down to the lowest integer