mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
fix(ui): Fix missing controls card content indentation
This commit is contained in:
parent
138f0d911c
commit
31519e164c
@ -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" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user