Skip to content

Commit 70ea50e

Browse files
committed
style: responsive ride button
1 parent 8ec14e1 commit 70ea50e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/ResponsiveRideCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const ResponsiveRideCard: FC<ResponsiveRideCardProps> = ({
9595

9696
<button
9797
onClick={() => setExpanded(!expanded)}
98-
className={`${buttonStyles.button} ${buttonStyles.buttonSecondary} w-32`}
98+
className={`${buttonStyles.button} ${buttonStyles.buttonSecondary} max-w-32`}
9999
>
100100
{expanded ? 'Hide Details' : 'Details'}
101101
</button>

0 commit comments

Comments
 (0)