pretty-checkbox icon indicating copy to clipboard operation
pretty-checkbox copied to clipboard

Using <i> icon as label breaks the design

Open arisolt opened this issue 4 years ago • 0 comments

Hi,

Simply:

<div class="pretty p-default">
    <input type="checkbox" />
    <div class="state">
        <label>
            <i class="typcn typcn-infinity" style="font-size: 32px;"></i>
        </label>
    </div>
</div>

arisolt avatar Feb 15 '21 09:02 arisolt