Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit 4cea3d1

Browse files
committed
fix(buttoncard): fixed to small height on content if content is small
cl
1 parent d2b2aa2 commit 4cea3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/ButtonCard/ButtonCard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const ButtonCard: React.FC<ButtonCardProps> = ({
2828
onClick={onClick}
2929
{...rest}
3030
>
31-
<div className='ui-bg-dark-blue ui-relative ui-rounded ui-p-6'>
31+
<div className='ui-bg-dark-blue ui-relative ui-rounded ui-p-6 ui-h-full'>
3232
<div className='ui-flex ui-flex-col'>
3333
<h4
3434
className={clsx('ui-tg-main ui-text-gray-650 ui-w-full', {

0 commit comments

Comments
 (0)