Project Edit Page: Width limitation issue
Resolved 💬 2 comments Opened Jan 13, 2026 by diegocconsolini Closed Feb 27, 2026
Problem
The project edit page at /projects/[id]/edit has a width limitation that doesn't utilize the full available screen space.
URL: https://comply.orizon.sh/projects/cmjyuhr3l0007243idgpcb369/edit
Expected Behavior
The edit form should use more of the available horizontal space, especially on wider screens.
Current Behavior
Content is constrained to a narrow width, leaving unused space on the sides.
Suggested Fix
Review the container width constraints (likely max-w-* classes) and expand to use more screen real estate, similar to other pages in the application.
Files to Check
pages/projects/[id]/edit.tsx- Related layout components
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗