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

PCH: Fix issue with common styles not being correctly bundled #2302

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

vaurdan
Copy link
Contributor

@vaurdan vaurdan commented Mar 18, 2024

Description

After the merge of #2289, an issue with the way the common.scss file is bundled was introduced. This prevented some critical common styles from being loaded, creating some unexpected UI bugs, such as the ones identified and addressed in #2296 (error notices with wrong paddings and margins).

Motivation and context

Fix the current issues with PCH UI styles.

How has this been tested?

Tested locally and gone through all the PCH components to make sure that they are correctly stylized. I also validated that the error messages have the correct margins.

Screenshots (if appropriate)

Before After
image image

Copy link
Collaborator

@acicovic acicovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for working on this 👍

@vaurdan vaurdan merged commit e2106f5 into develop Mar 18, 2024
35 checks passed
@vaurdan vaurdan deleted the fix/common-scss-not-loading branch March 18, 2024 12:00
@vaurdan vaurdan changed the title Fix issue with common.scss not being correctly bundled PCH: Fix issue with common styles not being correctly bundled Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants