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

columns overflow horizontally because of missing .row #115

Open
abartov opened this issue Sep 9, 2016 · 2 comments
Open

columns overflow horizontally because of missing .row #115

abartov opened this issue Sep 9, 2016 · 2 comments
Labels
Milestone

Comments

@abartov
Copy link

abartov commented Sep 9, 2016

It appears .row is not defined in the CSS. Adding this:

.row{margin-right:-15px;margin-left:-15px}

helped solve the horizontal overflowing of a simple three- .col-md-4 layout.

@morteza morteza added the bug label Sep 9, 2016
@morteza morteza added this to the 3.3.6 milestone Sep 9, 2016
@abartov
Copy link
Author

abartov commented Sep 13, 2016

Actually, I take it back: it did not solve the overflow. I gave up at this point and switch back to standard bootstrap, which yielded no overflow (but reversed (i.e. LTR) order of columns, as expected).

@EhssanD
Copy link

EhssanD commented Sep 26, 2016

this ( #117 ) seems to resolve the issue

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

No branches or pull requests

3 participants