From c3d7fd888213c16c3487c8f0df9b7ea7f1dc0f4e Mon Sep 17 00:00:00 2001
From: Michael Woolnough <130465766+mjkw31@users.noreply.github.com>
Date: Mon, 4 Nov 2024 09:43:42 +0000
Subject: [PATCH] Fix width of TreeDetails table in List view. (#7)
---
server/static/wrstat/src/DiskTree.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/static/wrstat/src/DiskTree.tsx b/server/static/wrstat/src/DiskTree.tsx
index a5b429f..ec192ac 100644
--- a/server/static/wrstat/src/DiskTree.tsx
+++ b/server/static/wrstat/src/DiskTree.tsx
@@ -268,11 +268,11 @@ const colours = [
// make new state and variable to replace child details in the details field, so that clicking and hovering do different things
}
-
+
>;
};
-export default DiskTreeComponent;
\ No newline at end of file
+export default DiskTreeComponent;