bootstrap-switch icon indicating copy to clipboard operation
bootstrap-switch copied to clipboard

label width is broken after v3.3.2

Open aggarwalankush opened this issue 8 years ago • 3 comments

bootstrap switch label width is less after v3.3.2 I switched back to v3.3.2 and it works perfectly

aggarwalankush avatar Aug 14 '17 19:08 aggarwalankush

It looks that if you change the display property on line 45 to "inline-block" as it is in the previous version of the css it works ok. Please have in mind that this may brake something else. .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: inline-block !important; height: 100%; padding: 6px 12px; font-size: 14px; line-height: 20px; }

ivomasterche avatar Sep 14 '17 17:09 ivomasterche

@ivomasterche doesn't seem to work for me still broken

neox387 avatar Sep 19 '17 09:09 neox387

Have to downgrade again to 3.3.2. This seems to happen after the page is initialized and then the switch is redrawn the inner part of the width is off doesn't match the container.

m4bwav avatar Sep 26 '17 21:09 m4bwav