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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Normal
    • None
    • Affects Version/s: 5.0.11
    • Component/s: Components
    • None
    • 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>
      

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

              Created:
              Updated:
              Resolved: