Having issues with excessive padding and margin inside my tab component, even after trying to override it. I've followed some suggestions on StackOverflow but none seem to work. Here's how it looks: https://i.stack.imgur.com/Bgi3u.png
Here is the relevant code snippet:
import * as React from "react";
import Box from "@mui/material/Box"; // Additional imports...
...
export default Calculation;
Any advice or assistance would be greatly appreciated...