How do I extend the content to full width
So I want the content to cover the full width. I tried using w-100 and w-auto, but it is still not working. Any idea why?
html
html

<div [ngClass]="isSmall ? 'table-container' : 'page-whole '">
<div class="ms-2 me-2 w-auto">
\\content\\
</div>
</div>