Skip to content

Commit

Permalink
adjust expand button on device card in devices view
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Jan 4, 2025
1 parent f0c62c7 commit a37e10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Devices/DeviceCard/DeviceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const DeviceCard = ({
transition: theme.transitions.create('transform', {
duration: theme.transitions.duration.shortest
}),
display: 'block'
display: 'flex'
}}
onClick={(e) => {
e.preventDefault()
Expand Down

0 comments on commit a37e10e

Please sign in to comment.