diff --git a/src/components/rect.jsx b/src/components/rect.jsx index d436376..398e839 100644 --- a/src/components/rect.jsx +++ b/src/components/rect.jsx @@ -36,7 +36,7 @@ const Rect = (props) => { name: "Students", }; - const height = fields.length * 36 + (fields.length - 1) * 2 + 40 + 2; + const height = fields.length * 36 + 40 + 2; return ( @@ -114,7 +114,14 @@ const Rect = (props) => { -