Aligning element to Stack – CSS
I am new to React/MUI, so a little help would be great. I have a Stack of TextFields, they are resizing with the screen width very nicely. <Stack direction="row" sx={{ margin: "16px" }} > <Stack sx={{ flexGrow: 1 }}> <Box…