Skip to content

Commit

Permalink
fix(hostd): home metrics graph width
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Nov 27, 2024
1 parent a95d6cc commit d102693
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-baboons-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'hostd': patch
---

Fixed an issue where the metrics graphs were much wider than the screen. Closes https://github.com/SiaFoundation/hostd/issues/500
1 change: 1 addition & 0 deletions apps/hostd/components/Home/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function useLayoutProps(): HostdAuthedPageLayoutProps {
routes,
sidenav: <HostdSidenav />,
openSettings: () => openDialog('settings'),
scroll: false,
nav: (
<div className="flex gap-2 flex-1">
<ControlGroup>
Expand Down

0 comments on commit d102693

Please sign in to comment.