Fix #12324, line-height "normal" isn't always "1". Close gh-898.

This commit is contained in:
Mike Sherov
2012-08-19 16:03:08 -04:00
committed by Dave Methvin
parent 2b5b4ebbd7
commit 9f86dc922e
2 changed files with 2 additions and 4 deletions

View File

@@ -11,8 +11,7 @@ var curCSS, iframe, iframeDoc,
cssShow = { position: "absolute", visibility: "hidden", display: "block" },
cssNormalTransform = {
letterSpacing: 0,
fontWeight: 400,
lineHeight: 1
fontWeight: 400
},
cssExpand = [ "Top", "Right", "Bottom", "Left" ],