Fix overflow bug with table on small screens

This commit is contained in:
Corban-Lee Jones 2024-04-24 15:56:40 +01:00
parent b5e50031ab
commit c788cedb7a

View File

@ -23,7 +23,7 @@
</li>
</ul>
</div>
<div class="flex-grow-1 container-fluid bg-body">
<div class="flex-grow-1 container-fluid bg-body" style="min-width: 0;">
<div id="noSelectedServer">
select a server
</div>