-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.0
-
Security Level: Jimmy
-
None
Steps to Reproduce
1. run the zul
<zk> <button label="submit"></button> <button label="submit" iconSclass="z-icon-search"></button> </zk>
Current Result
a button with a font awesome icon is higher than a default button
Expected Result
both have the same height by default.
Font awesome is a built-in icon set, users would expect it works by default without any issue. Therefore, a button with an icon should look consistent in size.
Workaround
.z-button i
{ font-size: 14px; }