Skip to content

Commit

Permalink
overflow scroll in status card
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jun 4, 2024
1 parent 5bdd203 commit 657503a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stateless/components/StatusCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const StatusCard = ({
return (
<div
className={clsx(
'flex flex-row rounded-md',
'flex flex-row rounded-md overflow-scroll',
iconAtTop ? 'items-start' : 'items-center',
onClick &&
'cursor-pointer transition-opacity hover:opacity-80 active:opacity-70',
Expand Down

0 comments on commit 657503a

Please sign in to comment.