gitbrent / bootstrap4-toggle

Bootstrap 4 Switch Button / Toggle
https://gitbrent.github.io/bootstrap4-toggle/
MIT License
213 stars 67 forks source link

Issue when placed in a tab #9

Closed cwrx777 closed 5 years ago

cwrx777 commented 5 years ago

Hi,

kindly please see here. https://jsfiddle.net/kj3zg2x6/3/ Click Tab A Notice the width of the toggle button inside the tab.

gitbrent commented 5 years ago

Toggle widgets that are not visible upon render cannot be auto-sized.

Add a class like "w-25" or use a "min-width" style, etc. in these cases.