bootstrap-rtl icon indicating copy to clipboard operation
bootstrap-rtl copied to clipboard

columns overflow horizontally because of missing .row

Open abartov opened this issue 8 years ago • 2 comments

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.

abartov avatar Sep 09 '16 14:09 abartov

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).

abartov avatar Sep 13 '16 18:09 abartov

this ( #117 ) seems to resolve the issue

EhssanD avatar Sep 26 '16 06:09 EhssanD