fix(UserCompletionPage): remove maxWidth restriction from container

This commit is contained in:
2026-06-16 17:30:48 +03:30
parent f696aef0a4
commit 63e826b242

View File

@@ -358,7 +358,6 @@ export function UserCompletionPage() {
overflowY: 'auto',
scrollbarGutter: 'stable both-edges',
}}
maxWidth="730px"
>
<Box
component="form"