Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Width Issue on NotFound Page in Angular 14.0.0 #46

Open
anasmak04 opened this issue May 4, 2024 · 0 comments
Open

Width Issue on NotFound Page in Angular 14.0.0 #46

anasmak04 opened this issue May 4, 2024 · 0 comments

Comments

@anasmak04
Copy link

notfound1

The content on the NotFound page did not correctly adapt its width, The problem was due to the min-w-screen class being applied to a parent div.

Solution
I found that the min-w-screen class applied to the parent div of the NotFound page's content was causing the issue. Removing this class resolved the problem, allowing the content to adjust dynamically to the screen size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant