twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
170.55k stars 78.84k forks source link

.table-responsive only works on smallest size #13044

Closed natewiebe13 closed 10 years ago

natewiebe13 commented 10 years ago

Using .table-reponsive only works on the smallest screen size.

Solution 1: Use @grid-float-breakpoint so it becomes responsive when the navbar does (currently what we do in projects) Solution 2: Use another variable that defaults to @screen-sm-max that can be overwritten in another less file

cvrebert commented 10 years ago

Approximate duplicate of #13202.

mdo commented 10 years ago

Punting for #13202.