Good I have a problem of css in a bootstrap table when filled with several characters the column Diagnostic columns are dates are made smaller so they show the cut dates need that the columns with date remain static without shrinking so your date always shows up well , this is the code.
<table id="userss" class="table table-striped table-bordered table condensed table-hover table-responsive " >
<thead>
<th>Id</th>
<th >Dias</th>
<th>A/P Fecha</th>
<th>Fecha Cumple</th>
<th>Diagnostico/Observaciones</th>
<th>Medico</th>
<th>Tipo</th>
<th>Acciones</th>
</thead>
</table>