fix(service-card): remove unnecessary padding from expand button for improved layout
This commit is contained in:
parent
7960323c0a
commit
3f7d1526da
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user