Skip to content
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

CodeMirror/Bootstrap incompatibility #2209

Closed
reverofevil opened this issue Feb 1, 2014 · 1 comment
Closed

CodeMirror/Bootstrap incompatibility #2209

reverofevil opened this issue Feb 1, 2014 · 1 comment

Comments

@reverofevil
Copy link

Bootstrap sets *, *:before, *:after { box-sizing: border-box; }. In CM it breaks the gutters' centering. I'm going to look for issues on Bootstrap bugtracker anyway and open one if there's no such issue. I think CM could be easily defended against such CSS attacks, setting box-sizing: content-box explicitly.

http://stackoverflow.com/questions/19109470/

@reverofevil
Copy link
Author

#2210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants