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>
<div [ngClass]="isSmall ? 'table-container' : 'page-whole '">
<div class="ms-2 me-2 w-auto">
\\content\\
</div>
</div>
3 Replies
Adarsh
Adarsh15mo ago
When it is in less than 750px width it works correctly
Adarsh
Adarsh15mo ago
Chris Bolson
Chris Bolson15mo ago
The fact that it works correctly when the screen is under 750px suggests that the issue is within the "page-whole" class.
Want results from more Discord servers?
Add your server