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
Select wrap bug #24990
Comments
Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case via CodePen or JS Bin and report back with your link, Bootstrap version, and specific browser and OS details. |
Apologies for missing that. Here is a simplified CodePen for the issue. Only appears (for me) in Safari 11.02 using macOS 10.12.6. Firefox & Chrome wrap the text properly. |
This is coming from the |
I identified that as the problem as well. I've addressed it temporarily with an in-page fix. I'll watch for the fix. |
Building an internal database interface and came across a word-wrap bug for certain select options that are large. Only appears to be an issue with Safari/Chrome. Using v4.0-beta.
This is the code the wsgi/Jinja app puts out, the profiler is a little too long and Safari wraps the 'r'
I am able to fix it live by adding
word-wrap: normal;
to the.form-control
class.The text was updated successfully, but these errors were encountered: