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.01k stars 78.77k forks source link

[2.0.4] Table spanX not working in reponsive layout #3841

Closed raulgomis closed 12 years ago

raulgomis commented 12 years ago

Hey guys,

I've just found something wrong in the responive layout's behaviour.

When having a table with span columns for fix the width, for example:

< table> < tr> < td class="span2">Bootstrap< /td> < td class="span10">ROCKS!!< /td> < /tr> < /table>

then in the mobile view, the row is not properly showed.

Cheers, Raúl

mdo commented 12 years ago

The spans are reset for responsive views and thus have no set widths below 768px. This is intended behavior.