Skip to content

Commit 69f478a

Browse files
authored
Merge pull request #2476 from TroyMoses/fix/engagement-dialog-issue-#2456
[Website] - Fix UI overflow issue in engagement dialog by adjusting padding (#2456)
2 parents 98bda23 + 67b14a7 commit 69f478a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website2/src/components/dialogs/EngagementDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ const EngagementDialog = () => {
398398

399399
{/* Right Side */}
400400
<motion.div
401-
className="w-full lg:w-1/2 flex flex-col justify-center gap-6 h-full p-2 md:p-16"
401+
className="w-full lg:w-1/2 flex flex-col justify-center gap-6 h-full p-2 md:p-10"
402402
initial={{ opacity: 0 }}
403403
animate={{ opacity: 1 }}
404404
transition={{ duration: 0.6, delay: 0.3, ease: 'easeOut' }}

0 commit comments

Comments
 (0)