You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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, settingbox-sizing: content-box
explicitly.http://stackoverflow.com/questions/19109470/
The text was updated successfully, but these errors were encountered: