primefaces / sakai-ng

Free Angular Admin Template by PrimeNG

Home Page:https://www.primefaces.org/sakai-ng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Width Issue on NotFound Page in Angular 14.0.0

anasmak04 opened this issue · comments

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.