-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE11 Not enough width for the label in some cases #623
Comments
Experiencing the same issue on our side with IE11 and IE10. Any fix would be appreciated. |
I have the same problem with IE11 on the OFF part. It seems that the font we use is slightly bigger, so if I force 13px in this css property : ".bootstrap-switch .bootstrap-switch-label", it works ... |
Yes I have added this ugly quick fix hack, font size 13px was not enough in my case, I used 12px.
|
Any idea when a fix will be released ? |
Run into the same issue today. overriding the following works for me. The content was set to "\200b"
|
@xiaolongWangDev Do you have any issues with this change? |
While digging into same issue I found using blank space HTML Code " " helped. (ampersand#160;) Solution worked for me |
The plugin is working but the size is quite big for some labels. It is not the case for other browsers.
See the official examples: http://bootstrapswitch.com/examples.html
For some reason 'ON' takes too much space with IE11, I manually change the width to 46px and the switch looks good again.
It was fixed to 45px but not enough, it is 44px with Firefox and it works fine. The computation of this dynamic value needs to be adapted to IE 11.
The text was updated successfully, but these errors were encountered: