fix(service-card): remove unnecessary padding from expand button for improved layout

This commit is contained in:
vchikalkin 2025-08-20 17:35:10 +03:00
parent 7960323c0a
commit 3f7d1526da

View File

@ -82,7 +82,7 @@ export function ServiceCard({
}}
>
<Button
className="h-auto p-0 px-1 text-xs text-primary hover:text-primary/80"
className="h-auto p-0 text-xs text-primary hover:text-primary/80"
onClick={(event) => {
event.preventDefault();
event.stopPropagation();