mirror of
https://github.com/meshtastic/web.git
synced 2026-05-03 12:15:41 -04:00
Add overflow-x-scroll to Node details dialog raw metrics
This commit is contained in:
@@ -152,7 +152,7 @@ export const NodeDetailsDialog = ({
|
||||
All Raw Metrics:
|
||||
</p>
|
||||
</AccordionTrigger>
|
||||
<AccordionContent>
|
||||
<AccordionContent className="overflow-x-scroll">
|
||||
<pre className="text-xs w-full">
|
||||
{JSON.stringify(device, null, 2)}
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user