-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
5.0.11
-
None
Code to reproduce:
<button label="Normal button" popup="popup"/> <popup id="popup"> <button label="Button in popup"/> </popup>
The workaround I've found is to override the style as below:
<style> .z-button { line-height: normal; } </style>
- duplicates
-
ZK-868 The image of the file upload button broke in the liferay
- In Progress