mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-02-14 00:17:05 +01:00
fix(web): debug tables scrollable on small width screens
This commit is contained in:
parent
4e03acc944
commit
3e2506136c
@ -49,6 +49,7 @@ export default function Debug() {
|
|||||||
Debug <span className="text-sm">{service.version}</span>
|
Debug <span className="text-sm">{service.version}</span>
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
|
<div class="min-w-0 overflow-auto">
|
||||||
<Table className="w-full">
|
<Table className="w-full">
|
||||||
<Thead>
|
<Thead>
|
||||||
<Tr>
|
<Tr>
|
||||||
@ -69,7 +70,9 @@ export default function Debug() {
|
|||||||
))}
|
))}
|
||||||
</Tbody>
|
</Tbody>
|
||||||
</Table>
|
</Table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="min-w-0 overflow-auto">
|
||||||
<Table className="w-full">
|
<Table className="w-full">
|
||||||
<Thead>
|
<Thead>
|
||||||
<Tr>
|
<Tr>
|
||||||
@ -92,6 +95,7 @@ export default function Debug() {
|
|||||||
))}
|
))}
|
||||||
</Tbody>
|
</Tbody>
|
||||||
</Table>
|
</Table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Heading size="sm">Config</Heading>
|
<Heading size="sm">Config</Heading>
|
||||||
|
Loading…
Reference in New Issue
Block a user