Skip to content

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

@rhamilto

Description

@rhamilto

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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions