We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
cc: @nicolethoen
Sorry, something went wrong.
No branches or pull requests
Before:
In the context of OpenShift console, I had to add the following overrides to correct the layout.
After:
The text was updated successfully, but these errors were encountered: