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

CSS declarations lack enough specificity to precede base PatternFly declarations #86

Open
rhamilto opened this issue Jan 23, 2025 · 1 comment

Comments

@rhamilto
Copy link
Member

rhamilto commented Jan 23, 2025

Before:
Image

In the context of OpenShift console, I had to add the following overrides to correct the layout.

.chr-c-feedback-cards {
  padding: inherit !important;
}

.chr-c-feedback-content-main {
  max-height: 450px !important;
}

.chr-c-feedback-flex {
  margin-right: 0px !important;
}

.chr-c-feedback-footer {
  box-shadow: none !important;
  padding: 0 0 var(--pf-t--global--spacer--sm) 0 !important;
}

.chr-c-feedback-heading {
  padding: 0 37px var(--pf-t--global--spacer--sm) 0 !important;
}

After:
Image

@rhamilto
Copy link
Member Author

cc: @nicolethoen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs triage
Development

No branches or pull requests

1 participant