Fixed responsive table headers

This commit is contained in:
Alejandro Celaya
2022-03-07 09:09:30 +01:00
parent 3ecad0161b
commit 3f48ca401d
5 changed files with 18 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ export const ManageServers = (
</Row>
<SimpleCard>
<table className="table table-hover mb-0">
<table className="table table-hover responsive-table mb-0">
<thead className="responsive-table__header">
<tr>
{hasAutoConnect && <th style={{ width: '50px' }} />}