Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: layout content width on large screens (#8267)
I believe the changes in #8234, more specifically [this change](https://github.com/Unleash/unleash/pull/8234/files#diff-3a5e0763fe1effa9cd485763fecf0633ce8f0877c9d1971e6bd5c5abe7426364L64), have caused the main layout content to no longer stretch to its maximum relative width on larger screens. This adjustment seems to resolve this issue, ensuring proper behavior on larger screens without introducing any overflow issues on smaller screens.
- Loading branch information