Before:

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:
