Hi all

I am using bootstrap and up until now i have not experienced any issues. I 
am trying to use the bootstrap table class the minute my window size goes 
below to 800 / view port size is 784px the entire table simply disappears.

The css for display suddenly gets set to none and the width goes to 100% at 
this point..

Does anyone know what im doing wrong...
 


<div class="row" >
        <div class="span12" >
            <table class="table table-bordered">
                <tbody data-bind="foreach: appointments">
                <tr class="success"><td data-bind="text: 
$data.Date">1</td><td>TB - 
Monthly</td><td>01/04/2012</td><td>Approved</td></tr>
            </table>
        </div>
    </div>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to