Skip to content

Commit

Permalink
fix(ui): Fix missing controls card content indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed May 28, 2024
1 parent 138f0d9 commit 31519e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/controls/ControlsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 31519e1

Please sign in to comment.