chore: fix modal header on small window size on macOS [skip e2e]

This commit is contained in:
Aman Harwara
2024-01-30 18:57:38 +05:30
parent 2950aaa09a
commit 9c73a23ca0
3 changed files with 19 additions and 3 deletions

View File

@@ -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>