Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1161

The image of the button with trendy mold is broken in the Liferay when placed onto the popup component

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • 5.0.11
    • Components
    • 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>
      

            Unassigned Unassigned
            EugeneE EugeneE
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: