From 3100f10c4a5ebf25af5cee51685285d9e4312e39 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Mon, 24 Aug 2015 10:45:47 -0400 Subject: [PATCH] Don't count spacing (in paddingLeft and Right) as part of the width of an element --- unpacked/jax/output/CommonHTML/jax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js index 058f99ee8..08b79e3d0 100644 --- a/unpacked/jax/output/CommonHTML/jax.js +++ b/unpacked/jax/output/CommonHTML/jax.js @@ -1738,8 +1738,8 @@ } this.CHTML.clean(); - this.CHTMLhandleSpace(node); this.CHTMLhandleBBox(node); + this.CHTMLhandleSpace(node); this.CHTMLhandleColor(node); return node;