Answer the question
In order to leave comments, you need to log in
How to make the content (table) crawl out of the div container?
The template uses bootstrap 4. The problem is that the content of the container - the table gets out of the borders and stretches it.
The content itself is placed in:
<div style="overflow-x: auto; min-height: 0.01%;"></div>
owerflow: hidden
Answer the question
In order to leave comments, you need to log in
Place your table in a div with class table-responsive:
<div class="table-responsive">
<table class="table">
...
</table>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question