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

a button with stacking icon is much bigger than the default one

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • 10.2.0
    • 10.0.0
    • None
    • None

      Steps to Reproduce

       
       <button iconSclass="z-icon-camera" />
       <button iconSclasses="${['z-icon-camera z-icon-stack-1x', 'z-icon-ban z-icon-stack-1x'].toArray()}" />
      

      Current Result


      a button with stacking icon is much bigger than the default one

      Expected Result

      The button has the same size as the default one.

      Workaround

              .z-icon-stack {
                  height: 1em;
                  line-height: 16px;
                  width: 1em;
              }
      

            Unassigned Unassigned
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: