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

For 16px base value, layout gets distracted in Switch section

Open itismowgli opened this issue 8 years ago • 2 comments

I've set up the base value of font in the body is 16px. While referring your code and I've found that you have assigned 14px for the base value in the body tag. When I've changed it to 16px it's get distracted. See the example given below. image

itismowgli avatar Feb 27 '18 13:02 itismowgli

I have the same problem. Just changed font-base-size from 0.875(14px) in Bootstrap to 1rem (16px), and the exact same error presents. Any advice?

Lucidize avatar Jul 08 '20 19:07 Lucidize

I have the same problem. Just changed font-base-size from 0.875(14px) in Bootstrap to 1rem (16px), and the exact same error presents. Any advice?

You can assign the font-size to pretty class instead of changes the base-font-size in bootstrap. Also, Check the Scalability option https://lokesh-coder.github.io/pretty-checkbox/

Please check this pull request if it solves your problem. https://github.com/lokesh-coder/pretty-checkbox/pull/44

itismowgli avatar Jul 09 '20 11:07 itismowgli