mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix #12324, line-height "normal" isn't always "1". Close gh-898.
This commit is contained in:
committed by
Dave Methvin
parent
2b5b4ebbd7
commit
9f86dc922e
@@ -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" ],
|
||||
|
||||
Reference in New Issue
Block a user