commit ca3d539ca29c827a2a024eb99f315d013fe69cbe
parent 354e18df87fa2053e45a426951cdcc70f2fe1a1e
Author: Davide P. Cervone <dpvc@union.edu>
Date: Thu, 21 Aug 2014 16:26:46 -0400
Merge branch 'issue832' into develop. Issue #832.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js
@@ -2788,8 +2788,8 @@
span.bbox.lw *= f; span.bbox.rw *= f;
if (math && math.bbox.width != null) {
span.style.minWidth = (math.bbox.minWidth || span.style.width);
- span.style.width = stack.style.width = math.bbox.width;
- box.style.width = "100%";
+ span.style.width = math.bbox.width;
+ box.style.width = stack.style.width = "100%";
}
//
// Add color (if any)