bootstrap-switch
bootstrap-switch copied to clipboard
label width is broken after v3.3.2
bootstrap switch label width is less after v3.3.2 I switched back to v3.3.2 and it works perfectly
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 doesn't seem to work for me still broken
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.