From 04c9b29fbce8650ed0140ace823036f799881c55 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 25 Mar 2010 00:00:13 -0600 Subject: [PATCH] Better sizing of ckeditor. --- imp/js/compose-dimp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/compose-dimp.js b/imp/js/compose-dimp.js index fb031db89..3e6005aa9 100644 --- a/imp/js/compose-dimp.js +++ b/imp/js/compose-dimp.js @@ -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 -- 2.11.0