fix: remove px-6 from table wrapper to align with tabs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
yuneng-jiang 2026-03-04 19:18:42 -08:00
parent fa1b7b1042
commit cb4aee5ce6

View file

@ -401,7 +401,7 @@ const MCPServers: React.FC<MCPServerProps> = ({ accessToken, userRole, userID })
</div>
</div>
</div>
<div className="w-full px-6 mt-6">
<div className="w-full mt-6">
<DataTable
data={filteredServers}
columns={columns}