fix(web): debug tables scrollable on small width screens

This commit is contained in:
Paul Armstrong
2021-02-07 11:54:30 -06:00
committed by Blake Blackshear
parent 9431b4b6ca
commit 14afbad14f
+4
View File
@@ -49,6 +49,7 @@ export default function Debug() {
Debug <span className="text-sm">{service.version}</span>
</Heading>
<div class="min-w-0 overflow-auto">
<Table className="w-full">
<Thead>
<Tr>
@@ -69,7 +70,9 @@ export default function Debug() {
))}
</Tbody>
</Table>
</div>
<div class="min-w-0 overflow-auto">
<Table className="w-full">
<Thead>
<Tr>
@@ -92,6 +95,7 @@ export default function Debug() {
))}
</Tbody>
</Table>
</div>
<div className="relative">
<Heading size="sm">Config</Heading>