diff --git a/packages/gui/src/components/farm/FarmHealth.tsx b/packages/gui/src/components/farm/FarmHealth.tsx
index 792ded9238..5f12b1846a 100644
--- a/packages/gui/src/components/farm/FarmHealth.tsx
+++ b/packages/gui/src/components/farm/FarmHealth.tsx
@@ -39,6 +39,12 @@ const StyledTable = styled.table`
}
`;
+const StyledTableForTooltip = styled.table`
+ td {
+ vertical-align: top;
+ }
+`;
+
const StyledInput = styled.input`
font-size: 0.6875rem;
color: #fff;
@@ -315,9 +321,25 @@ function FarmHealth() {
+
+
+ -
+
+
+
+
+ -
+
+
+