CE-1946: added child record widget data, minor divider styles

This commit is contained in:
Tim Chamberlain
2024-11-19 20:40:16 -06:00
parent 726906061d
commit 6dfc839c30
2 changed files with 21 additions and 4 deletions

View File

@ -26,7 +26,7 @@ import Divider from "@mui/material/Divider";
function DividerWidget(): JSX.Element
{
return (
<Box pl={3} pt={1} width="100%">
<Box pl={3} pt={3} pb={3} width="100%">
<Divider sx={{width: "100%", height: "1px", background: "grey"}} />
</Box>
);