chore: fix modal header on small window size on macOS [skip e2e]
This commit is contained in:
@@ -13,6 +13,7 @@ const MobileModalHeader = ({ className, children }: Props) => {
|
||||
'grid w-full select-none grid-cols-[0.35fr_1fr_0.35fr] gap-2 text-[1.05rem] leading-6',
|
||||
className,
|
||||
)}
|
||||
data-mobile-modal-header
|
||||
>
|
||||
{children}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user