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
<div [ngClass]="isSmall ? 'table-container' : 'page-whole '">
  <div class="ms-2 me-2 w-auto">  
    \\content\\
  </div>
</div>
Screenshot_from_2023-08-04_12-13-24.png
Was this page helpful?