mirror of
https://github.com/RabbyHub/Rabby.git
synced 2026-05-10 03:00:26 -04:00
feat: add minimum height to ApprovalPopupContainer (#3120)
This commit is contained in:
@@ -157,6 +157,7 @@ export const ApprovalPopupContainer: React.FC<Props> = ({
|
||||
className={clsx(
|
||||
'flex flex-col items-center',
|
||||
'flex-1',
|
||||
'min-h-[128px]',
|
||||
// reduce body padding top
|
||||
isFailedOrRejected ? '-mt-16' : ''
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user