fix(ui): Fix missing controls card content indentation

This commit is contained in:
Sören Beye 2024-05-28 07:36:26 +02:00
parent 138f0d911c
commit 31519e164c

View File

@ -22,7 +22,7 @@ const ControlsCard: React.FC<ControlsCardProps> = ({ icon: Icon, title, children
</Typography>
</Grid>
</Grid>
<Grid item>
<Grid item px={0.5}>
{
isLoading ? (
<Skeleton height="4rem" />