0
Look at the picture;
You can see that the resolution is the way I want it is small but it bursts when it gets a higher resolution.
How could I fix this?
here is the HTML code
<!--INICIO DO CONTEUDO-->
<section class="content-header">
<h1>Lista de Restaurantes</h1>
</section>
<section class="content">
<section class="invoice">
<form >
<div class="col-lg-12" >
<table class="table table-hover">
<thead class="thead-default">
<tr>
<th>Nome</th>
<th>Ano</th>
<th>Ação</th>
</tr>
</thead>
<tbody>
<tr *ngFor="let restaurant of restaurants">
<td>{{ restaurant.name }}</td>
<td>{{ restaurant.category }}</td>
<td>
botão
</td>
</tr>
</tbody>
</table>
</div>
</form>
</section>
</section>
<!-- FIM DO CONTEUDO-->
Qual Bootstrap?
– LeAndrade
Just out of curiosity. What was the tool you used to create Ani gif? (I will delete this comment if the author does not reply)
– William John Adam Trindade
I am using this site :P
https://convertio.co/pt/mp4-gif/
kkkk– wladyband
@Leandrade just corrected, I took out the CSS class
col-lg-12
– wladyband
Which version of Bootstrap are you using? Do you have any CSS in this table besides the Bootstrap default? If you have include in the ok question.
– hugocsl
@hugocsl I’m sorry I didn’t mention, but I don’t know if you’ve been following the comments but I’ve solved the problem. I’m using the
admin-lte
– wladyband
Oh cool then! Try to create an answer to your own question. That way in after days if I’m not mistaken you can mark your own answer as accepted and it is no longer as a reply pending on the site.
– hugocsl
Thank you @hugocsl
– wladyband