[Webkit-unassigned] [Bug 111241] Compose tweet button not rendering at correct height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 21:34:28 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111241





--- Comment #1 from Chris Petersen <c.petersen87 at yahoo.com>  2013-03-01 21:36:52 PST ---

 When CSS class is specified for inline element nested in BUTTON, the problem occurs.


<!DOCTYPE html>
  <head> 

 <style type="text/css">
.nav-tweet{height:22px}.nav-tweet{float:left;margin-top:0)
</style>
</head>
  <body>  
<button  type="button">
 <i class="nav-tweet"></i>
</button>           
</body>

</html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list