mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-24 08:58:44 +00:00
CE-1946: added child record widget data, minor divider styles
This commit is contained in:
@ -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>
|
||||
);
|
||||
|
Reference in New Issue
Block a user