likyh commented on issue #2944: URL: https://github.com/apache/incubator-devlake/issues/2944#issuecomment-1236321833
https://github.com/apache/incubator-devlake/pull/2859/files#diff-caa16990188809788eedad74006be8b54a38f2dab997dede7ca3c4ec7be72177R40-R52 It is because of deleting import on `App.js`. `pipelines.scss` is imported in `import CreatePipeline from '@/pages/pipelines/create'` and it add some global CSS. Now the importer has been deleted, so some other page cannot display correctly without these global CSS. We should import the global CSS file in App.js or add page prefix in the page CSS file which imported by page component. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
