bootstrap-rtl
bootstrap-rtl copied to clipboard
columns overflow horizontally because of missing .row
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.
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).
this ( #117 ) seems to resolve the issue