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

Change label placement

Open kpagcha opened this issue 4 years ago • 1 comments

Maybe it's a dumb question because it's such a seemingly essential feature but I couldn't find it in the docs. How do you change the placement of the label? I'd like to have it before the "checkbox" element instead of after.

kpagcha avatar Sep 03 '21 11:09 kpagcha

.pretty .state label{ margin-left: 20px !important; }

talenta-eg avatar Feb 10 '23 07:02 talenta-eg