PanelMenu formatting looks different after ultima-ng-16.0.0 updated to "primeng: 16.9.8-lts" #1731
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, Thanks for reporting the issue, we'll investigate and get back to you. |
Beta Was this translation helpful? Give feedback.
-
Hi, you can fix the issue by following the steps I'm going to explain. |
Beta Was this translation helpful? Give feedback.
Hi, you can fix the issue by following the steps I'm going to explain.
1- Go to the src > assets > layout > styles > theme > theme-base > components > menu > panelmenu.scss file path.
2- Change the p-panelmenu-header class to p-panelmenu-header-content. Run the command sass --watch src/assets:src/assets --no-source-map in your terminal. Your issue will be fixed with the newly generated styles.