You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/09/04 12:00:16 UTC

[GitHub] [incubator-devlake] likyh commented on issue #2944: [Bug][Config-UI] Pagination Buttons and Blueprint Activity CSS / Render Issue

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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org